glPlotStat {GladiaTOX} | R Documentation |
This function plots MEC values
glPlotStat(asid, ref.chm = NULL, stat = quote(modl_acc))
asid |
Assay source id |
ref.chm |
Chemical to adopt as reference |
stat |
Character vector of statistic to export |
This function is useful to show the MEC trend over control chemical
A list of ggplot objects, one per assay X timepoint.
## Store the current config settings, so they can be reloaded at the end ## of the examples conf_store <- gtoxConfList() gtoxConfDefault() ## Create boxplot of MEC ## plots in a pdf file. pp <- glPlotStat(asid = 1L) pp[[1]] ## Reset configuration options(conf_store)