monthlyMeanCutSplit | R Documentation |
This function calculates the monthly mean values from data that has a temporal resolution greater than a month.
monthlyMeanCutSplit(x, y, minN = NULL)
x |
the times of observations in POSIXct format. |
y |
the observations |
minN |
the minimum number of data points |
A list containing the resulting monthly mean values of x, y, the number of data points, within that month, n.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.