group_cdf_censored {ssd4mosaic} | R Documentation |
Graphical representation of grouped toxicity censored data
Description
Create an empirical cdf representation colored according to a "group" attribute. The fitted distribution is also represented.
Usage
group_cdf_censored(fits, unit, logscale, data)
Arguments
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 |
Details
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()
.
Value
A ggplot object.
[Package ssd4mosaic version 1.0.1 Index]