DefineAcousticPSU | R Documentation |
Defines the AcousticPSU
process data, linking strata, acoustic PSUs and EDSUs.
DefineAcousticPSU(
processData,
UseProcessData = FALSE,
StratumPolygon,
StoxAcousticData,
DefinitionMethod = c("Manual", "EDSUToPSU", "DeleteAllPSUs", "PreDefined",
"ResourceFile"),
FileName = character(),
AcousticPSU
)
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 |
StoxAcousticData |
|
DefinitionMethod |
Character: A string naming the method to use, one of "Manual" for manual tagging of EDUSs to PSUs; "EDSUToPSU", which sets each EDSU as a PSU; "DeleteAllPSUs" to delete all PSUs; "PreDefined" to read from a previous process; and "ResourceFile" to read from a project.xml file from StoX <= 2.7. Note that in the latter case it is assumed that the contents of the project.xml file is actually used in the StoX <= 2.7 project, i.e. that UseProcessData = TRUE in DefineAcousticPSU(). |
FileName |
The path to a resource file from which to read PSUs, in the case that |
AcousticPSU |
The |
An object of StoX data type AcousticPSU
.
Biotic PSUs are generated using DefineBioticPSU
. 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.