R/AddResolution.R
AddPSUToPreySpeciesCategoryCatch.Rd
This function adds biotic PSU definitions (linked to Stratum) and Survey information to PreySpeciesCategoryCatchData.
AddPSUToPreySpeciesCategoryCatch(
PreySpeciesCategoryCatchData,
PSUDefinition = c("FunctionParameter", "FunctionInput"),
PSUDefinitionMethod = c("StationToPSU", "None"),
BioticPSU = NULL,
SurveyDefinition = c("FunctionParameter", "FunctionInput"),
SurveyDefinitionMethod = c("AllStrata", "Table"),
SurveyTable = data.table::data.table(),
Survey = NULL,
StratumPolygon = NULL
)
The PreySpeciesCategoryCatchData
data.
The method to use for defining the PSUs, one of FunctionParameter
to define the PSUs on the fly in this function, or FunctionInput
to import PSU process data from a previously run process by BioticPSU
.
See DefineBioticPSU
The BioticPSU
process data.
The method to use for defining the Survey, one of FunctionParameter
to define the Survey on the fly in this function, or FunctionInput
to import Survey process data from a previously run process by the input Survey
.
See DefineSurvey
A table of the two columns Stratum and Survey.
The Survey
process data.
The StratumPolygon
process data.