View source: R/fct_basic_plots.R
base_cdf | R Documentation |
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.
base_cdf(fits, unit, logscale, names = NULL, horizontals = TRUE, xlim = NULL)
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 |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.