powered by
This function is to convert species frequency counts data to species abundance data.
f.to.X(f)
Species frequency counts data.
Species abundance data is returned.
X.to.f
# NOT RUN { ## The sample is composed of 5 singletons, two doubletons, and one tripleton species. f = c(5, 2, 1) f.to.X(f) # }
Run the code above in your browser using DataLab