powered by
Plots of univariate probability distributions.
# S3 method for epdfuv plot(x, plot.points=FALSE, …) # S3 method for ecdfuv plot(x, plot.points=FALSE, …) # S3 method for ecdfuv.inverse plot(x, plot.points=FALSE, …) # S3 method for epdfuv lines(x, …) # S3 method for ecdfuv lines(x, …) # S3 method for ecdfuv.inverse lines(x, …)
An epdfuv, ecdfuv, ecdfuv.inverse, epdfc, ecdfc or ecdfc.inverse object.
Plot the data points.
Other arguments.
epdfuv, ecdfuv, ecdfuv.inverse
# NOT RUN { #plot an empirical univariate cumulative distribution function data (trees) attach (trees) ecdfuv.f = ecdfuv (Height) plot (ecdfuv.f) # }
Run the code above in your browser using DataLab