| species_richness | R Documentation | 
Species richness (S) is defined as the number of taxa 
(lowest identification level possible) per sampling unit 
(data pool or box core sample).
species_richness(.data = NULL, taxon, count = NULL)
species_richness_(.data = NULL, taxon, count = NULL)
.data | 
 data in a   | 
taxon | 
 taxa names (  | 
count | 
 number of individuals for each taxon (  | 
species richness (integer vector of length 1)
species_richness_(): version suitable for calling from a function
(see package lazyeval).
 species_richness(
     taxon = c("Euspira pulchella", "Nephtys cirrosa"), 
     count = c(4, 6)
 )
 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.