1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:42:22 +02:00

new ggplot enhancement

This commit is contained in:
2018-08-11 21:30:00 +02:00
parent 4680df1e9c
commit 1ba7d883fe
20 changed files with 312 additions and 151 deletions

View File

@ -43,11 +43,14 @@ export(atc_groups)
export(atc_property)
export(clipboard_export)
export(clipboard_import)
export(facet_rsi)
export(first_isolate)
export(freq)
export(frequency_tbl)
export(full_join_microorganisms)
export(g.test)
export(geom_rsi)
export(ggplot_rsi)
export(guess_atc)
export(guess_bactid)
export(inner_join_microorganisms)
@ -68,13 +71,17 @@ export(portion_IR)
export(portion_R)
export(portion_S)
export(portion_SI)
export(portion_df)
export(ratio)
export(resistance_predict)
export(right_join_microorganisms)
export(rsi)
export(rsi_predict)
export(scale_rsi_colours)
export(scale_y_percent)
export(semi_join_microorganisms)
export(skewness)
export(theme_rsi)
export(top_freq)
exportMethods(as.data.frame.bactid)
exportMethods(as.data.frame.frequency_tbl)
@ -105,7 +112,6 @@ exportMethods(skewness.default)
exportMethods(skewness.matrix)
exportMethods(summary.mic)
exportMethods(summary.rsi)
importFrom(Rcpp,evalCpp)
importFrom(clipr,read_clip_tbl)
importFrom(clipr,write_clip)
importFrom(curl,nslookup)
@ -114,6 +120,7 @@ importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
@ -130,6 +137,7 @@ importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_if)
importFrom(dplyr,tibble)
importFrom(dplyr,top_n)
importFrom(grDevices,boxplot.stats)
@ -161,4 +169,3 @@ importFrom(utils,object.size)
importFrom(utils,read.delim)
importFrom(utils,write.table)
importFrom(xml2,read_html)
useDynLib(AMR, .registration = TRUE)