annualMeanCutSplit | R Documentation |
This function calculates the annual mean value from data that has a temporal resolution greater than a year.
annualMeanCutSplit(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 annual mean value of x, y, the number of data points, within that year, n.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.