autoplot.fitdists: Plot a fitdists Object

View source: R/autoplot.R

autoplot.fitdistsR Documentation

Plot a fitdists Object

Description

A wrapper on ssd_plot_cdf().

Usage

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

Arguments

object

The object.

...

Unused.

Value

A ggplot object.

See Also

ssd_plot_cdf()

Examples

fits <- ssd_fit_dists(ssddata::ccme_boron)
autoplot(fits)

ssdtools documentation built on Sept. 8, 2023, 5:56 p.m.