average_time {RIntaros} | R Documentation |
Average of a variable per slices along time
average_time(dbin, var, years)
dbin |
The |
var |
Name of the target Variable |
years |
Vector containing the years for which statistics must be calculated |
A list with three items:
count: Count of samples per time slice
means: Mean of the variable value per time slice
vars: Variance of the variable per time slice