base_cdf {ssd4mosaic} | R Documentation |
Graphical representation of fitted distribution(s)
Description
base_cdf
plots an empirical cdf of the toxicity values against one or
several fitted distributions' cdf. It works for both censored and non
censored data.
Usage
base_cdf(fits, unit, logscale, names = NULL, horizontals = TRUE, xlim = NULL)
Arguments
fits |
A list of fits of class |
unit |
A character vector, the unit of the toxicity data |
logscale |
if |
names |
Label vector for data points (only for non censored data) |
horizontals |
If |
xlim |
The |
Value
A ggplot object.
[Package ssd4mosaic version 1.0.1 Index]