View source: R/SpeciesCategoryCatch.R
SumSpeciesCategoryCatch | R Documentation |
This function summes link{SpeciesCategoryCatchData}
data vertically.
SumSpeciesCategoryCatch(
SpeciesCategoryCatchData,
LayerDefinition = c("FunctionParameter", "FunctionInput"),
LayerDefinitionMethod = c("WaterColumn", "HighestResolution", "Resolution", "Table"),
Resolution = double(),
LayerTable = data.table::data.table(),
BioticLayer = NULL
)
SpeciesCategoryCatchData |
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. |
BioticLayer |
The |
An SumSpeciesCategoryCatchData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.