1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:01:50 +02:00

add barplots

This commit is contained in:
2018-03-13 14:34:10 +01:00
parent e4b371d30a
commit 04fc3573ec
8 changed files with 86 additions and 35 deletions

View File

@ -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)