| DiversityIndex-class | R Documentation |
An S4 class to represent a diversity measure.
.DataA numeric vector of diversity measures.
labelsA character vector giving the sample names.
sizeAn integer vector giving the sample sizes.
dataA numeric matrix of count data.
methodA character string specifying the method used.
simulationA four columns numeric matrix giving the diversity
measures for the simulated assemblage (sample size, mean estimate,
lower and upper boundaries of the confidence interval).
In the code snippets below, x is an DiversityIndex object.
as.data.frame(x)Coerces to a data.frame.
This class inherits from base numeric.
N. Frerebeau
Other classes:
CompositionIndex-class,
EvennessIndex-class,
HeterogeneityIndex-class,
RarefactionIndex-class,
RichnessIndex-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.