| plot.fitDist | R Documentation |
fitDist objectsDisplays the empirical CDF against the fitted theoretical CDF on a log-exceedance-probability scale.
## S3 method for class 'fitDist'
plot(x, ...)
x |
a |
... |
currently unused |
a ggplot object (invisibly returned; also printed)
fitDist
x <- fitDist(rnorm(1000), "norm", 30, "N1", FALSE)
plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.