Description Usage Arguments Value Examples
View source: R/gtoxPlotErrBar.R
gtoxPlotErrBar
creates the error bar plots.
1 | gtoxPlotErrBar(c1, c2, aeid, ngrp = NULL)
|
c1 |
Integer of length 1, the chid value for the first chemical |
c2 |
Integer of length 1, the chid value for the first chemical |
aeid |
Integer, the aeid value(s) to plot |
ngrp |
Integer, the number of "slots" to draw; overridden if the number of aeid values is greater than 'ngrp' |
None
1 2 | ## Plot error bar plot
gtoxPlotErrBar(c1=1, c2=3, aeid=17:18)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.