time_average: Calculates the average of an irregular time series

View source: R/time_average.R

time_averageR Documentation

Calculates the average of an irregular time series

Description

Calculates the average of an irregular time series

Usage

time_average(timeseries, start, end, n = 1000)

Arguments

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


aemon-j/LakeEnsemblR documentation built on April 11, 2025, 10:09 p.m.