Learn R Programming

abd (version 0.1-22)

cumfreq: Cumulative frequency plots

Description

A high-level function for producing a cumulative frequency plot using lattice graphics.

Usage

cumfreq(x, data, ...)

Arguments

x
a formula or numeric vector
data
a data frame in which x is evaluated if x is a formula.
...
other lattice arguments

See Also

histogram, densityplot

Examples

Run this code
cumfreq(~count, DesertBirds, xlab = 'Species Abundance')

Run the code above in your browser using DataLab