f.to.X {RSE} | R Documentation |
This function is to convert species frequency counts data to species abundance data.
f.to.X(f)
f |
Species frequency counts data. |
Species abundance data is returned.
Youhua Chen & Tsung-Jen Shen
## The sample is composed of 5 singletons, two doubletons, and one tripleton species.
f = c(5, 2, 1)
f.to.X(f)