View source: R/create_species_state_origin_matrix.R
create_species_state_origin_matrix | R Documentation |
This function uses the taxon distribution data from the APC to determine state level native and introduced origin status.
This function processes the geographic data available in the APC and returns state level native, introduced and more complicated origins status for all taxa.
create_species_state_origin_matrix(resources = load_taxonomic_resources())
resources |
the taxonomic resources required to make the summary statistics. Loading this can be slow, so call load_taxonomic_resources separately to greatly speed this function up and pass the resources in. |
A tibble with columns representing each state and rows representing each species. The values in each cell represent the origin of the species in that state.
load_taxonomic_resources
Other diversity methods:
native_anywhere_in_australia()
,
state_diversity_counts()
create_species_state_origin_matrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.