f.to.X {RSE} | R Documentation |
Data transformation: from species frequency counts to species abundance data
Description
This function is to convert species frequency counts data to species abundance data.
Usage
f.to.X(f)
Arguments
f |
Species frequency counts data. |
Value
Species abundance data is returned.
Author(s)
Youhua Chen & Tsung-Jen Shen
See Also
Examples
## The sample is composed of 5 singletons, two doubletons, and one tripleton species.
f = c(5, 2, 1)
f.to.X(f)
[Package RSE version 1.3 Index]