MeanNASC | R Documentation |
This function averages SumNASCData
horizontally to the acoustic PSU resolution, weighted by the log distance. Optionally, NASCData
can be used as input, in which case SumNASC
is run first.
MeanNASC(
NASCData,
SumNASCData,
LayerDefinition = c("FunctionParameter", "FunctionInput", "PreDefined"),
LayerDefinitionMethod = c("WaterColumn", "HighestResolution", "Resolution", "Table"),
Resolution = double(),
LayerTable = data.table::data.table(),
AcousticLayer = NULL,
SurveyDefinition = c("FunctionParameter", "FunctionInput"),
SurveyDefinitionMethod = c("AllStrata", "Table"),
SurveyTable = data.table::data.table(),
Survey = NULL,
PSUDefinition = c("FunctionParameter", "FunctionInput"),
PSUDefinitionMethod = c("EDSUToPSU"),
StratumPolygon = NULL,
AcousticPSU = NULL
)
NASCData |
The |
SumNASCData |
The |
LayerDefinition |
The method to use for defining the Layers, one of |
LayerDefinitionMethod |
See |
Resolution |
Numeric: A single numeric giving the thickness of the layers. |
LayerTable |
A table of Layer name, MinLayerDepth in meters and MaxLayerDepth in meters, defining the Layers. |
AcousticLayer |
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 |
PSUDefinition |
The method to use for defining the PSUs, one of |
PSUDefinitionMethod |
See |
StratumPolygon |
The |
AcousticPSU |
The |
NASC
and MeanNASC
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.