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

View source: R/applyFilters.R

applyFiltersR Documentation

applyFilters - 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

applyFilters(roster, parallel = TRUE)

Arguments

roster

String. A dataframe with columns: datPath, modPath, ver, indicator, region, nSamps, minObs, write, outPath, clipBy, group (see createRoster).

parallel

Boolean. Should the operation run in parallel? If so then use n.cores-1.

Value

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


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