View source: R/StoxBaselineFunctions.R
AddPeriodStoxBiotic | R Documentation |
Add a column 'Period' to 'Station' on StoxBioticData with a temporal category, such as 'quarter'.
AddPeriodStoxBiotic(
StoxBioticData,
TemporalDefinition,
ColumnName = character()
)
StoxBioticData |
|
TemporalDefinition |
|
ColumnName |
specifies which column the area should be added to. Defaults to Period. |
'Period' will be added based on the column 'DateTime' on the table 'Station' in 'StoxBioticData'.
Temporal definitions (TemporalDefinition
) may be produced by
DefinePeriod
StoxBioticData with column appended. See StoxBioticData
.
DefinePeriod
for configuring the temporal definition,
AddStratumStoxLanding
for similar function for landing 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.