## Creates a rad object from a vector of abundances
birds.rad <- rad(birds)
## Rank-abundance plot
plot(birds.rad)
## Same, with non-default graphical parameters
plot(birds.rad, pch=19, xlab="Abundance rank of species")
## Adding points from another data set
points(rad(okland), pch=19)
Run the code above in your browser using DataLab