RarefactionIndex-class {tabula} | R Documentation |
Rarefaction Index
Description
An S4 class to represent an rarefaction measure.
Slots
.Data
A
numeric
matrix of count data (expected taxa per fixed number of individuals).labels
A
character
vector giving the sample names.size
An
integer
vector giving the sample sizes.method
A
character
string specifying the method used.
Note
This class inherits from base matrix
.
Author(s)
N. Frerebeau
See Also
Other classes:
CompositionIndex-class
,
DiversityIndex-class
,
EvennessIndex-class
,
HeterogeneityIndex-class
,
RichnessIndex-class
[Package tabula version 3.1.1 Index]