Plot method for fitDist
## S3 method for class 'fitDist' plot(x, ...)
x
fitDist object
...
other args
x <- fitDist(rnorm(1000), 'norm', 30, 'N1', FALSE) plot(x)