glPlotPie: Pie chart for Minimal Effective Concentrations (MEC) and AC50...

Description Usage Arguments Details Value Examples

View source: R/glPlotPie.R

Description

This function plots MEC values

Usage

1
2
glPlotPie(asid, chnms = NULL, acids = NULL, aeids = NULL,
expos.time.ordr = NULL, stat = quote(modl_acc))

Arguments

asid

Assay source id

chnms

Character vector with list of chemical names

acids

Numeric vector with list of acids

aeids

Character vector with list of assay endpoints IDs

expos.time.ordr

Character vector with sorted list of exposure times

stat

Statistic to plot (e.g. MEC:modl_acc or modl_acb, AC50:modl_ga)

Details

This funtion is useful to plot MEC or AC50 values

Value

None

Examples

1
2
## Create a pie plot of MEC values for all chemicals tested in the study
glPlotPie(asid=1L)

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