aqHourlyStat {aqr} | R Documentation |
applies a function across hour slots. Internally, it iterates over 0:23 and selects all rows which fit into this hour.
aqHourlyStat(x, f = mean)
x |
the input xts object |
f |
the function to apply |
a matrix that contains hourly data