lattice
graphics.plotCumfreq(x, data, ...)## S3 method for class 'formula':
plotCumfreq(x, data = NULL, subscripts, ...)
## S3 method for class 'default':
plotCumfreq(x, ...)
prepanel.cumfreq(x, ...)
panel.cumfreq(x, type = c("smooth", "step"), groups = NULL, ...)
x
is evaluated if x
is a
formula.histogram
, densityplot
plotCumfreq(~eruptions, faithful, xlab = 'duration of eruptions')
Run the code above in your browser using DataLab