Learn R Programming

ssdtools (version 0.3.7)

autoplot.fitdist: Autoplot

Description

Plots the cumulative distribution function (cdf) using the ggplot2 generic.

Usage

# S3 method for fitdist
autoplot(object, ...)

# S3 method for fitdists autoplot(object, ...)

# S3 method for fitdistcens autoplot(object, ...)

Arguments

object

The object.

...

Unused.

See Also

ggplot2::autoplot() and ssd_plot_cdf()

Examples

Run this code
# NOT RUN {
ggplot2::autoplot(boron_lnorm)
ggplot2::autoplot(boron_dists)
fluazinam_lnorm$censdata$right[3] <- fluazinam_lnorm$censdata$left[3] * 1.5
fluazinam_lnorm$censdata$left[5] <- NA
ggplot2::autoplot(fluazinam_lnorm)
# }

Run the code above in your browser using DataLab