View source: R/applyClipping.R
applyClipping | R Documentation |
applyClipping
- 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.
applyClipping(data, parallel = TRUE, clipBy = "group")
parallel |
Boolean. Should the operatoin run in parallel? If so then use n.cores-1. |
clipBy |
String. Must be either Species or Group |
roster |
String. A dataframe with columns: datPath, modPath, ver, indicator, region,
nSamps, minObs, write, outPath, clipBy, group (see |
meta |
metadata produced by applySamp |
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.