| pm_endemics | R Documentation |
Returns endemic species from the Peruvian mammal backbone, with optional filters by order, family and/or ecoregion.
pm_endemics(order = NULL, family = NULL, genus = 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 |
ecoregion |
Optional character vector with one or more ecoregion
codes (e.g. |
This is a convenience wrapper around pm_species() with
endemic = TRUE.
A tibble with endemic species (subset of peru_mammals).
# All endemic species
pm_endemics()
# Endemic rodents
pm_endemics(order = "Rodentia")
# Endemic species in Yungas (YUN)
pm_endemics(ecoregion = "YUN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.