mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 13:42:04 +02:00
new functions R, RI, SI, S
This commit is contained in:
@ -21,6 +21,7 @@ S3method(print,bactid)
|
||||
S3method(print,frequency_tbl)
|
||||
S3method(print,mic)
|
||||
S3method(print,rsi)
|
||||
S3method(pull,bactid)
|
||||
S3method(skewness,data.frame)
|
||||
S3method(skewness,default)
|
||||
S3method(skewness,matrix)
|
||||
@ -30,8 +31,12 @@ export("%like%")
|
||||
export(BRMO)
|
||||
export(EUCAST_exceptional_phenotypes)
|
||||
export(EUCAST_rules)
|
||||
export(IR)
|
||||
export(MDRO)
|
||||
export(MRGN)
|
||||
export(R)
|
||||
export(S)
|
||||
export(SI)
|
||||
export(abname)
|
||||
export(anti_join_microorganisms)
|
||||
export(as.bactid)
|
||||
@ -94,6 +99,7 @@ exportMethods(print.bactid)
|
||||
exportMethods(print.frequency_tbl)
|
||||
exportMethods(print.mic)
|
||||
exportMethods(print.rsi)
|
||||
exportMethods(pull.bactid)
|
||||
exportMethods(skewness)
|
||||
exportMethods(skewness.data.frame)
|
||||
exportMethods(skewness.default)
|
||||
|
Reference in New Issue
Block a user