assessment_cooccurrences_summary {fqar}R Documentation

Generate a summary of co-occurrences in various assessment inventories

Description

assessment_coccurrences_summary() accepts a list of species inventories downloaded from universalfqa.org and returns a summary of the co-occurrences of each target species. Repeated co-occurrences across multiple assessments are included in summary calculations, but self co-occurrences are not.

Usage

assessment_cooccurrences_summary(inventory_list)

Arguments

inventory_list

A list of site inventories having the format of assessment_list_inventory().

Value

A data frame with 16 columns:

Examples

# assessment_cooccurrences_summary is best used in combination with
# download_assessment_list() and assessment_list_inventory().


maine <- download_assessment_list(database = 56)
maine_invs <- assessment_list_inventory(maine)
maine_cooccurrences_summary <- assessment_cooccurrences_summary(maine_invs)



[Package fqar version 0.5.3 Index]