View source: R/StoxBaselineFunctions.R
AddGearGroupStoxBiotic | R Documentation |
Adds a column to StoxBioticData with gear groups
AddGearGroupStoxBiotic(StoxBioticData, Translation)
StoxBioticData |
|
Translation |
Translation table ( |
Gear groups are defined as translations from a gear code to a gear group.
Translation need to be defined for the VariableName 'Gear' (see Translation
).
The provided Translation should map values ('Gear' in Translation) for the variable 'Gear'on the table 'Haul' in 'StoxBioticData' to a gear group ('NewValue' in Translation).
The gear group will be added to 'StoxBioticData' as the column 'GearGroup'
For comparison or co-analysis with landing data, a Translation
should be defined for StoxLandingData
with the same gear groups.
StoxBioticData with column 'GearGroup' appended. See StoxBioticData
.
DefineTranslation
for configuring translation to gear groups,
AddGearGroupStoxLanding
for similar function for landing data,
PrepareRecaEstimate
for use of 'GearGroup' as an effect in Reca-estimation,
and ReportFdaSampling
for use of 'GearGroup' as an aggregation variable when comparing sampling with landed volume.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.