Description Usage Arguments Details Value Examples
This function plots MEC values
1 | 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.
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.