f.stats: Frequency Vector Statistics

View source: R/f.stats.R

f.statsR Documentation

Frequency Vector Statistics

Description

Number of observed species and samples in species frequency vector.

Usage

f.stats(f)

Arguments

f

a vector of species frequencies where f[i] is the number of species represented by only i samples.

Value

a vector of the number of observed species (s.obs), and the total number of samples (n).

Author(s)

Eric Archer eric.archer@noaa.gov

Examples

data(osa.second.growth)
f <- expand.freqs(osa.second.growth)
f.stats(f)


EricArcher/sprex documentation built on Sept. 4, 2023, 8:35 a.m.