SweptAreaDensity | R Documentation |
This function calculates the area density of fish as number of individuals or weight (kg) per square nautical mile, as determined by the DensityType
.
SweptAreaDensity(
SweptAreaDensityMethod = c("LengthDistributed", "TotalCatch"),
MeanLengthDistributionData,
MeanSpeciesCategoryCatchData,
SweepWidthMethod = c("Constant", "PreDefined"),
SweepWidth = double(),
DensityType = character()
)
SweptAreaDensityMethod |
The method to use for the swept-area calculation, one of \"LengthDistributed\" for calculating density from the length distribution ( |
MeanLengthDistributionData |
The |
MeanSpeciesCategoryCatchData |
The |
SweepWidthMethod |
The method for calculating the sweep width. Possible options are (1) "Constant", which requires |
SweepWidth |
The constant sweep width in meters. |
DensityType |
The requested density type, currently only "AreaNumberDensity" is supported for SweptAreaDensityMethod = "LengthDistributed", and one of "AreaNumberDensity" and "AreaWeightDensity" (kg) for SweptAreaDensityMethod = "TotalCatch". All area densities are given per square nautical mile. |
An object of StoX data type DensityData
. Note that the Density column of the Data table has unit kg nmi^-2 if SweptAreaDensityMethod is "TotalCatch" and DensityType is "AreaWeightensity". See also QuantityData
See AcousticDensity
for acoustic density. The DensityData leads to the QuantityData
in a typical survey estimation model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.