View source: R/AddResolution.R
AddPSUToPreySpeciesCategoryCatch | R Documentation |
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
)
PreySpeciesCategoryCatchData |
The |
PSUDefinition |
The method to use for defining the PSUs, one of |
PSUDefinitionMethod |
See |
BioticPSU |
The |
SurveyDefinition |
The method to use for defining the Survey, one of |
SurveyDefinitionMethod |
See |
SurveyTable |
A table of the two columns Stratum and Survey. |
Survey |
The |
StratumPolygon |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.