gtoxPlotPie: Create piechart plots

Description Usage Arguments Value Examples

View source: R/gtoxPlotPie.R

Description

gtoxPlotPie creates the piechart plots.

Usage

1
gtoxPlotPie(chid, mrks, aeid, col = NULL, lbl = NULL)

Arguments

chid

Integer of length 1, the chid value

mrks

Numeric, the values for concentration label rings

aeid

Integer, the aeid values to plot

col

Vector of colors

lbl

Vector with pie labels (optional)

Value

None

Examples

1
2
## Plot pie for chemical IDs 1 to 5 and multiple endpoints
gtoxPlotPie(chid=1:5, mrks=10^c(1:6), aeid=c(2:10))

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