DefinePSU | R Documentation |
Underlying function for DefineBioticPSU
and DefineAcousticPSU
.
DefinePSU(
processData,
UseProcessData = FALSE,
StratumPolygon,
StoxData = NULL,
MergedStoxDataStationLevel = NULL,
DefinitionMethod = c("Manual", "Identity", "DeleteAllPSUs", "PreDefined",
"ResourceFile"),
FileName = character(),
PSUType = c("Acoustic", "Biotic"),
SavePSUByTime = FALSE,
PSUProcessData
)
processData |
The current data produced by a previous instance of the function. |
UseProcessData |
Logical: If TRUE use the existing function output in the process. |
StratumPolygon |
The |
StoxData |
Either |
MergedStoxDataStationLevel |
The merged StoxData at the station level. Used in |
DefinitionMethod |
A string naming the method to use, see |
FileName |
The path to a resource file from which to read PSUs, in the case that |
PSUType |
Character: A string naming the type of model, either "Acoustic" or "Biotic" |
SavePSUByTime |
Logical: If TRUE save the start and end times of sequences of EDSUs or Stations for each PSU. |
PSUProcessData |
Previously generated PSU process data, one of |
An list of two objects, Stratum_PSU and SSU_PSU.
DefineAcousticPSU
and DefineBioticPSU
..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.