name_plot_uncensored {ssd4mosaic}R Documentation

Graphical representation of named toxicity uncensored data

Description

Create an empirical cumulative distribution function ggplot with a name (i.e. species names) associated to each observation.

Usage

name_plot_uncensored(fits, unit, logscale, data, horizontals = TRUE)

Arguments

fits

A list of fits of class fitdist or fitdistcens computed from the same toxicity data.

unit

A character vector, the unit of the toxicity data

logscale

if TRUE, uses a logarithmic scale for the x-axis

data

A data.frame with column conc if uncensored data, with left and right if censored data. In any case, must contain a column name.

horizontals

If TRUE, draws horizontal lines for the step empirical cumulative distribution function (ecdf). See also plot.stepfun.

Value

A ggplot object.


[Package ssd4mosaic version 1.0.1 Index]