spp_rich | R Documentation |
Computes species richness
spp_rich(x, na.rm = FALSE)
x |
A numeric vector of species abundances/presences in the community |
na.rm |
logical. Should missing values (including |
An object of the same class of x (i.e. numeric vector, matrix or SpatRaster)
spp_rich(c(3, 7, 10, 2, 0, 1, NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.