rad | R Documentation |
Creates a data frame with ranked abundances of rad-class
from a vector
of abundances, histogram, or fitted model object.
rad(x)
x |
a numerical vector of abundances or an histogram, or an object of class
|
an object of rad-class
, which is a data frame with two vectors:
rank |
integer; abundance rank of each species (integer), from most abundant (rank=1) to the least abundant (rank=length(rank)) |
abund |
numeric; abundance of each species |
Paulo I. Prado prado@ib.usp.br and Murilo Dantas Miranda.
Whittaker, R. H. 1965, Dominance and Diversity in Land Plant Communities. Science, 147: 250–260.
rad-class
for methods to create a rank-abundance
data frame; radpred
to get a rad-class
object of
predicted abundances from a theoretical distribution;
fitsad-class
, fitsadC-class
and
fitrad-class
objects, from which you can also get an
object of class rad
; qqrad
for quantile-quantile
plots from a rad-class
object, and pprad
for
percentile-percentile plots.
## rank-abundance plot
plot(rad(okland))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.