plot.fitDist {CoSMoS} | R Documentation |
Plot method for fitDist
Description
Plot method for fitDist
Usage
## S3 method for class 'fitDist'
plot(x, ...)
Arguments
x |
fitDist object |
... |
other args |
Examples
x <- fitDist(rnorm(1000), 'norm', 30, 'N1', FALSE)
plot(x)
[Package CoSMoS version 2.1.0 Index]