The empirical survival function (ESF) provides a visualization of a distribution. This is closely related to the empirical cumulative distribution function (ECDF). The empirical survival function is simply ESF = 1 - ECDF.
stat_esf(
mapping = NULL,
data = NULL,
geom = "point",
position = "identity",
show.legend = NA,
inherit.aes = TRUE,
n = NULL,
pad = FALSE,
...
)
Set of aesthetic mappings created by aes()
.
The data to be displayed in this layer. This has the
same usage as a ggplot2
stat
function.
The geometric object to use to display the data.
Position argument
Should this layer be included in the legends?
If FALSE
, overrides the default aesthetic,
rather than combining with them.
If NULL
, do not interpolated. Otherwise, the
number of points to interpolate.
If TRUE
, pad the ESF with additional points
(-Inf, 0)
and (0, Inf)
.
Other arguments to pass on to layer
.