1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-14 13:09:38 +02:00
This commit is contained in:
2023-01-21 09:55:45 +01:00
parent c7da8b6479
commit bee337dfe0
4 changed files with 39 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ S3method("[<-",av)
S3method("[<-",disk)
S3method("[<-",mic)
S3method("[<-",mo)
S3method("[<-",rsi)
S3method("[<-",sir)
S3method("[[",ab)
S3method("[[",av)
@@ -38,6 +39,7 @@ S3method("[[<-",av)
S3method("[[<-",disk)
S3method("[[<-",mic)
S3method("[[<-",mo)
S3method("[[<-",rsi)
S3method("[[<-",sir)
S3method("^",mic)
S3method("|",ab_selector)
@@ -73,6 +75,7 @@ S3method(atan,mic)
S3method(atanh,mic)
S3method(barplot,disk)
S3method(barplot,mic)
S3method(barplot,rsi)
S3method(barplot,sir)
S3method(c,ab)
S3method(c,ab_selector)
@@ -82,6 +85,7 @@ S3method(c,custom_mdro_guideline)
S3method(c,disk)
S3method(c,mic)
S3method(c,mo)
S3method(c,rsi)
S3method(c,sir)
S3method(ceiling,mic)
S3method(close,progress_bar)
@@ -94,6 +98,7 @@ S3method(cumprod,mic)
S3method(cumsum,mic)
S3method(digamma,mic)
S3method(droplevels,mic)
S3method(droplevels,rsi)
S3method(droplevels,sir)
S3method(exp,mic)
S3method(expm1,mic)
@@ -121,6 +126,7 @@ S3method(min,mic)
S3method(plot,disk)
S3method(plot,mic)
S3method(plot,resistance_predict)
S3method(plot,rsi)
S3method(plot,sir)
S3method(print,ab)
S3method(print,av)
@@ -143,6 +149,7 @@ S3method(rep,av)
S3method(rep,disk)
S3method(rep,mic)
S3method(rep,mo)
S3method(rep,rsi)
S3method(rep,sir)
S3method(round,mic)
S3method(sign,mic)
@@ -159,6 +166,7 @@ S3method(sum,mic)
S3method(summary,mic)
S3method(summary,mo)
S3method(summary,pca)
S3method(summary,rsi)
S3method(summary,sir)
S3method(tan,mic)
S3method(tanh,mic)
@@ -170,6 +178,7 @@ S3method(unique,av)
S3method(unique,disk)
S3method(unique,mic)
S3method(unique,mo)
S3method(unique,rsi)
S3method(unique,sir)
export("%like%")
export("%like_case%")