applyFilters | R Documentation |
applyFilters
- Apply filters to occupancy model outputs.This function can be used to subset the occupancy model outputs based on number of records, priority/ pollinator status and region. It works at the level of the taxonomic group so must be applied across multiple groups if needed.
applyFilters(roster, parallel = TRUE)
roster |
String. A dataframe with columns: datPath, modPath, ver, indicator, region,
nSamps, minObs, write, outPath, clipBy, group (see |
parallel |
Boolean. Should the operation run in parallel? If so then use n.cores-1. |
A dataframe with processed model outputs to be passed to calcMSI
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.