plot.fitDist: Plot method for 'fitDist' objects

View source: R/plot-methods.R

plot.fitDistR Documentation

Plot method for fitDist objects

Description

Displays the empirical CDF against the fitted theoretical CDF on a log-exceedance-probability scale.

Usage

## S3 method for class 'fitDist'
plot(x, ...)

Arguments

x

a fitDist object returned by fitDist

...

currently unused

Value

a ggplot object (invisibly returned; also printed)

See Also

fitDist

Examples


x <- fitDist(rnorm(1000), "norm", 30, "N1", FALSE)
plot(x)


CoSMoS documentation built on May 8, 2026, 1:08 a.m.