gtoxPlotErrBar {GladiaTOX} | R Documentation |
gtoxPlotErrBar
creates the error bar plots.
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
## Plot error bar plot gtoxPlotErrBar(c1=1, c2=3, aeid=17:18)