View source: R/fct_grouped_plots.R
group_cdf_censored | R Documentation |
Create an empirical cdf representation colored according to a "group" attribute. The fitted distribution is also represented.
group_cdf_censored(fits, unit, logscale, data)
fits |
A list of fits of class |
unit |
A character vector, the unit of the toxicity data |
logscale |
if |
data |
A data.frame with columns |
The plot represents each interval of toxicity values with a horizontal line,
or a point if the bounds of the interval are equal, using function
cens_lines_plot()
.
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.