species.to.sample.freq {sprex} | R Documentation |
Create Vector of Sample Frequencies
Description
Create vector of sample frequencies from vector of species frequencies.
Usage
species.to.sample.freq(f)
Arguments
f |
a vector of species frequencies where |
Value
a vector(x
) where x[i]
is of the number of samples
in the i
-th species.
Author(s)
Eric Archer eric.archer@noaa.gov
See Also
sample.to.species.freq
Examples
data(osa.old.growth)
f <- expand.freqs(osa.old.growth)
x <- species.to.sample.freq(f)
print(f)
print(x)
[Package sprex version 1.4.1 Index]