annualMeanCutSplit: Calculate annual mean

View source: R/calculations.R

annualMeanCutSplitR Documentation

Calculate annual mean

Description

This function calculates the annual mean value from data that has a temporal resolution greater than a year.

Usage

annualMeanCutSplit(x, y, minN = NULL)

Arguments

x

the times of observations in POSIXct format.

y

the observations

minN

the minimum number of data points

Value

A list containing the resulting annual mean value of x, y, the number of data points, within that year, n.

Author(s)

Chantelle Layton


clayton33/csasMarPhys documentation built on June 8, 2025, 3:10 a.m.