DefineSurvey | R Documentation |
This function defines the Strata associated to different surveys (in the sense that a separate estimate should be made for those strata).
DefineSurvey(
processData,
UseProcessData = FALSE,
DefinitionMethod = c("AllStrata", "Table", "ResourceFile"),
StratumPolygon,
SurveyTable = data.table::data.table(),
FileName = character()
)
processData |
The current data produced by a previous instance of the function. |
UseProcessData |
Logical: If TRUE use the existing function output in the process. |
DefinitionMethod |
Character: A string naming the method to use, one of "AllStrata", which defines all strata as the same survey named "Survey"; "Table", which requires the |
StratumPolygon |
The |
SurveyTable |
A table of the two columns Stratum and Survey. |
FileName |
The path to the StoX 2.7 project.xml file to read StratumPolygon from, in the case that |
An object of StoX data type BioticPSU
.
Acousic PSUs are generated using DefineAcousticPSU
. For the vertical resolution (Layer) see DefineBioticLayer
and DefineAcousticLayer
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.