SumLengthDistribution: Sum length distribution vertically over Hauls of each Station

SumLengthDistributionR Documentation

Sum length distribution vertically over Hauls of each Station

Description

This function summes link{LengthDistributionData} data vertically.

Usage

SumLengthDistribution(
  LengthDistributionData,
  LayerDefinition = c("FunctionParameter", "FunctionInput"),
  LayerDefinitionMethod = c("WaterColumn", "HighestResolution", "Resolution", "Table"),
  Resolution = double(),
  LayerTable = data.table::data.table(),
  BioticLayer = NULL
)

Arguments

LengthDistributionData

The LengthDistributionData data.

LayerDefinition

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 from a previously run process using the function DefineBioticLayer.

LayerDefinitionMethod

See DefineBioticLayer

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.

BioticLayer

The BioticLayer process data.

Value

An SumLengthDistributionData object.


StoXProject/RstoxBase documentation built on July 14, 2024, 9:39 a.m.