gtoxPlotErrBar {GladiaTOX}R Documentation

Create error bar plots

Description

gtoxPlotErrBar creates the error bar plots.

Usage

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


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


[Package GladiaTOX version 1.10.3 Index]