Takes an object produced by fit_truncated_dist()
, and plots
the available input.
# S3 method for truncated_dist
autoplot(
object,
geom_ecdf = c("point", "step"),
xlab = NULL,
ylab = NULL,
ylim = c(0, 1),
xlim = NULL,
print_title = TRUE,
print_dig = 2,
print_trunc = 2,
...
)
a ggplot2 object
object univariate object produced by fit_truncated_dist()
the geometric object to use display the data (point or step)
the title of the x axis
the title of the y axis
two numeric values, specifying the lower limit and the upper limit of the scale
two numeric values, specifying the left limit and the right limit of the scale
show title (default to TRUE)
number of digits for parameters in title (default 2)
number of digits for truncation values to print
other plotting parameters to affect the plot
Martin Haringa