mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 18:01:50 +02:00
add barplots
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
S3method(as.double,mic)
|
||||
S3method(as.integer,mic)
|
||||
S3method(as.numeric,mic)
|
||||
S3method(barplot,mic)
|
||||
S3method(barplot,rsi)
|
||||
S3method(plot,mic)
|
||||
S3method(plot,rsi)
|
||||
S3method(print,mic)
|
||||
@ -32,6 +34,8 @@ export(semi_join_bactlist)
|
||||
exportMethods(as.double.mic)
|
||||
exportMethods(as.integer.mic)
|
||||
exportMethods(as.numeric.mic)
|
||||
exportMethods(barplot.mic)
|
||||
exportMethods(barplot.rsi)
|
||||
exportMethods(plot.mic)
|
||||
exportMethods(plot.rsi)
|
||||
exportMethods(print.mic)
|
||||
|
Reference in New Issue
Block a user