monthlyMeanCutSplit: Calculate monthly mean

View source: R/calculations.R

monthlyMeanCutSplitR Documentation

Calculate monthly mean

Description

This function calculates the monthly mean values from data that has a temporal resolution greater than a month.

Usage

monthlyMeanCutSplit(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 monthly mean values of x, y, the number of data points, within that month, n.

Author(s)

Chantelle Layton


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