View source: R/continuousTimeIntervals.R
aggregate_measurements | R Documentation |
Creates a data frame with fitted time column and corresponding average data values.
aggregate_measurements(time_vector, data_vector, time_interval = 60 * 15)
time_vector |
A POSIXct vector |
data_vector |
A numeric vector, with data corresponding to the time_vector |
time_interval |
Temporal resolution in seconds |
Data frame with POSIX time column "t" and data column "d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.