AddHaulDensityToSuperIndividuals | R Documentation |
This function calculates the swept-area density of each Haul given in the input SuperIndividualsData.
AddHaulDensityToSuperIndividuals(
SuperIndividualsData,
LengthDistributionData,
SweepWidthMethod = c("Constant", "PreDefined"),
SweepWidth = double()
)
SuperIndividualsData |
The |
LengthDistributionData |
The |
SweepWidthMethod |
The method for calculating the sweep width. Possible options are (1) "Constant", which requires |
SweepWidth |
The constant sweep width in meters. |
The density is calculated either by multiplying by a constant sweep width, or by using LengthDistributionData which are sweep width compensated.
SuperIndividualsData
and LengthDistribution
for generating the input to this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.