powered by
fitDist
Displays the empirical CDF against the fitted theoretical CDF on a log-exceedance-probability scale.
# S3 method for fitDist plot(x, ...)
a ggplot object (invisibly returned; also printed)
ggplot
a fitDist object returned by fitDist
currently unused
x <- fitDist(rnorm(1000), "norm", 30, "N1", FALSE) plot(x)
Run the code above in your browser using DataLab