create_species_state_origin_matrix {APCalign}R Documentation

State level native and introduced origin status

Description

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.

Usage

create_species_state_origin_matrix(resources = load_taxonomic_resources())

Arguments

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.

Value

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.

See Also

load_taxonomic_resources

Other diversity methods: native_anywhere_in_australia(), state_diversity_counts()

Examples

create_species_state_origin_matrix()




[Package APCalign version 1.0.1 Index]