applyClipping: 'applyClipping' - Apply filters to occupancy model outputs.

View source: R/applyClipping.R

applyClippingR Documentation

applyClipping - Apply filters to occupancy model outputs.

Description

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.

Usage

applyClipping(data, parallel = TRUE, clipBy = "group")

Arguments

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 createRoster).

meta

metadata produced by applySamp

Value

A dataframe with processed model outputs to be passed to calcMSI.


BiologicalRecordsCentre/wrappeR documentation built on May 3, 2023, 2:36 a.m.