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)

TycheLab/CoSMoS documentation built on June 6, 2021, 2:35 a.m.