This function summes NASCData vertically.
SumNASC(
NASCData,
LayerDefinition = c("FunctionParameter", "FunctionInput"),
LayerDefinitionMethod = c("WaterColumn", "HighestResolution", "Resolution", "Table"),
Resolution = double(),
LayerTable = data.table::data.table(),
AcousticLayer = NULL
)The NASCData data.
The method to use for defining the Layers, one of FunctionParameter to define the Layers on the fly in this function, or FunctionInput to import Layer process data generated using the function DefineAcousticLayer.
See the argument DefinitionMethod in DefineBioticLayer.
Numeric: A single numeric giving the thickness of the layers.
A table of Layer name, MinLayerDepth in meters and MaxLayerDepth in meters, defining the Layers.
The AcousticLayer process data.
A SumNASCData object.