time_average | R Documentation |
Calculates the average of an irregular time series
time_average(timeseries, start, end, n = 1000)
timeseries |
dataframe; first column POSIXct, second column numeric |
start |
POSIXct; start of the averaging window |
end |
POSIXct; end of the averaging window |
n |
integer; number of blocks |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.