| pm_species | R Documentation |
Convenience wrapper around peru_mammals to subset species by
taxonomic group, endemism and/or ecoregion.
pm_species(
order = NULL,
family = NULL,
genus = NULL,
endemic = NULL,
ecoregion = NULL
)
order |
Optional character vector with one or more taxonomic orders
to keep. If |
family |
Optional character vector with one or more families to keep.
If |
genus |
Optional character vector with one or more genera to keep.
If |
endemic |
Optional logical. If |
ecoregion |
Optional character vector with one or more ecoregion
codes (e.g. |
A tibble with a subset of rows from peru_mammals.
# All species
pm_species()
# Only Rodentia
pm_species(order = "Rodentia")
# Endemic bats (Chiroptera)
pm_species(order = "Chiroptera", endemic = TRUE)
# Species present in Yungas (YUN) and Selva Baja (SB)
pm_species(ecoregion = c("YUN", "SB"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.