| pm_list_endemic | R Documentation |
Summarises the diversity of endemic mammal species in Peru, grouped by taxonomic order. Provides counts of families, genera, and species that are endemic to Peru within each order. Optionally includes endemism rates relative to total species richness.
pm_list_endemic(include_rate = FALSE)
include_rate |
Logical. If |
This function focuses exclusively on species that are endemic to Peru (i.e., species found nowhere else in the world). Orders without any endemic species are not included in the output.
When include_rate = FALSE (default), results are sorted by the
number of endemic species in descending order, highlighting which orders
have the highest endemic diversity.
When include_rate = TRUE, results are sorted by total species
richness in descending order, and include endemism rates to show what
proportion of each order's diversity is endemic to Peru. A summary row
labeled "Total" is appended to show overall statistics.
A tibble with one row per order containing endemic species, arranged in descending order by number of endemic species, with the following columns:
Taxonomic order
Number of families with endemic species in the order
Number of genera with endemic species in the order
Number of endemic species in the order
(Only if include_rate = TRUE) Total number of
species in the order
(Only if include_rate = TRUE) Proportion of
endemic species (0-1)
(Only if include_rate = TRUE) Percentage of
endemic species (0-100)
# Summary of endemic species by order
pm_list_endemic()
# Include endemism rates
pm_list_endemic(include_rate = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.