View source: R/StoxBaselineFunctions.R
AddStratumStoxBiotic | R Documentation |
Adds a column 'Stratum' to StoxBioticData with the spatial strata each row belongs to.
AddStratumStoxBiotic(StoxBioticData, StratumPolygon, ColumnName = character())
StoxBioticData |
|
StratumPolygon |
Definition of spatial strata. See |
ColumnName |
specifies which column the area should be added to. Defaults to Stratum. |
The strata are added to the new column 'Stratum'.
StoxBioticData with column appended to data.table 'Station'. See StoxBioticData
.
DefineStratumPolygon
for configuring stratum definitions.
AddStratumStoxLanding
for similar function for landing data,
PrepareRecaEstimate
for use of 'Stratum' as an effect in Reca-estimation,
DefineCarNeighbours
for obtaining a neighbour-definition for using 'Stratum' as CAR-effect in Reca-estimation.
and ReportFdaSampling
for use of 'Stratum' 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.