gtoxPlotErrBar: Create error bar plots

Description Usage Arguments Value Examples

View source: R/gtoxPlotErrBar.R

Description

gtoxPlotErrBar creates the error bar plots.

Usage

1
gtoxPlotErrBar(c1, c2, aeid, ngrp = NULL)

Arguments

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'

Value

None

Examples

1
2
## Plot error bar plot
gtoxPlotErrBar(c1=1, c2=3, aeid=17:18)

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.