| options_plot {ssd4mosaic} | R Documentation | 
Graphical representation of toxicity data with additional elements
Description
Create an empirical cdf representation with the options to color data according to a group label and to display a name label for each observation.
Usage
options_plot(
  fits,
  unit,
  logscale,
  data,
  use_names = FALSE,
  use_groups = FALSE,
  horizontals = TRUE,
  lines_display = TRUE
)
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 column  | 
| use_names | if  | 
| use_groups | if  | 
| horizontals | A boolean. In case of uncensored data, whether to draw
horizontal lines for the step of the cumulative distribution function. Should
be set to  | 
| lines_display | A boolean. In case of censored data, whether to display
the raw data or the non parametric maximum likelihood estimation (NPMLE)
representation. Ignored when  | 
Value
A ggplot object.