plot.fitDist: Plot method for fitDist

Description Usage Arguments Examples

View source: R/fitDist.R

Description

Plot method for fitDist

Usage

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

Arguments

x

fitDist object

...

other args

Examples

1
2
3
x <- fitDist(rnorm(1000), 'norm', 30, 'N1', FALSE)

plot(x)

CoSMoS documentation built on May 30, 2021, 1:06 a.m.