spp_rich | R Documentation |
Essa função calcula a riqueza em um vetor de abundância/presença de espécies de uma comunidade.
spp_rich(x, na.rm = FALSE)
x |
A numeric vector of species abundances/presences in the community |
na.rm |
logical. Should missing values (including |
numeric
mata <- c(3, 7, 10, 2, 0, 1) spp_rich(mata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.