species_lookup: Species lookup

View source: R/species_define.R

species_lookupR Documentation

Species lookup

Description

Given either AOU or scientific name, looks up a species' taxonomic information and mean and standard deviation of body size in sd_table.

Usage

species_lookup(AOU = NA_integer_, scientific_name = NA_character_)

Arguments

AOU

the numeric AOU code used for this species in the Breeding Bird Survey

scientific_name

the species' scientific name, as "Genus species"

Value

data frame with columns AOU, genus, species, mean_mass, mean_sd, contains_estimates, scientific_name

Examples

species_lookup(AOU = 2881)
species_lookup(scientific_name = "Selasphorus calliope")

diazrenata/birdsize documentation built on Jan. 29, 2024, 12:25 p.m.