View source: R/StoxBaselineFunctions.R
AddPeriodStoxLanding | R Documentation |
Add a column to StoxLandingData with a temporal category, such as quarters.
AddPeriodStoxLanding(
StoxLandingData,
TemporalDefinition,
ColumnName = character()
)
StoxLandingData |
|
TemporalDefinition |
|
ColumnName |
Name of the added column. Defaults to Period. |
A column with a temporal category will be added based on the column 'CatchDate' in 'StoxLandingData'.
Temporal definitions (TemporalDefinition
) may be produced by
DefinePeriod
Since it may be useful to use different temporal categories for instance for parameterization and reporting two choices are offered for the name of the added column (see argument 'ColumnName').
StoxLandingData with column appended. See StoxLandingData
.
DefinePeriod
for configuring the temporal definition,
AddStratumStoxBiotic
for similar function for sample data,
PrepareRecaEstimate
for use of 'Period' as an effect in Reca-estimation,
and ReportFdaSampling
for use of 'Period' 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.