autoplot.fitdists {ssdtools}R 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)

[Package ssdtools version 1.0.6 Index]