bin_data2 {mMARCH.AC} | R Documentation |
Bin data into longer windows
Description
Bin minute level data into different time resolutions
Usage
bin_data2(x = x, window = 1, method = c("average", "sum"))
Arguments
x |
|
window |
window size used to bin the original 1440 dimensional data into. Window size should be an integer factor of 1440 |
method |
|
Value
a vector of binned data
[Package mMARCH.AC version 2.9.2.0 Index]