SuperIndividuals | R Documentation |
This function distributes Abundance to the individuals defined by Individuals
.
SuperIndividuals(
IndividualsData,
QuantityData,
DistributionMethod = c("Equal", "HaulDensity"),
LengthDistributionData
)
IndividualsData |
The |
QuantityData |
The |
DistributionMethod |
The method used for distributing the abundance, one of "Equal" for equal abundance to all individuals of each Stratum, Layer, SpeciesCategory and length group, and "HaulDensity" to weight by the haul density. For |
LengthDistributionData |
The |
The SuperIndividualsData
contains the variables Abundance
and Biomass
. The Biomass
is given in gram, as it is generated from IndividualRoundWeight which is in gram. This is different from the Biomass
column of QuantityData
, which is in kilogram, as it is originates from CatchFractionWeight
in StoxBioticData
, which is in kilogram.
Individuals
, Quantity
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.