gtoxPlotPie: Create piechart plots

View source: R/gtoxPlotPie.R

gtoxPlotPieR Documentation

Create piechart plots

Description

gtoxPlotPie creates the piechart plots.

Usage

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


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


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.