View source: R/species_define.R
species_lookup | R Documentation |
Given either AOU or scientific name, looks up a species' taxonomic information and mean and standard deviation of body size in sd_table.
species_lookup(AOU = NA_integer_, scientific_name = NA_character_)
AOU |
the numeric AOU code used for this species in the Breeding Bird Survey |
scientific_name |
the species' scientific name, as "Genus species" |
data frame with columns AOU, genus, species, mean_mass, mean_sd, contains_estimates, scientific_name
species_lookup(AOU = 2881)
species_lookup(scientific_name = "Selasphorus calliope")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.