make.windows is a wrapper for slide
make.windows(
series,
window.size,
increment = 1,
post = eval,
debug = FALSE,
...
)A list or vector object from which incremental subsets (windows) of a fixed size are chosen
(integer) The size of the subset (window) to select
(integer) The number of elements by which iteration should advance
(function) A post-processing function on the return object having class "data.table" and single column "window"
(logical | FALSE) When TRUE, additional information is printed to console for debugging purposes
Additional arguments sent to slide
Sets are the result of forward-moving partitioning:
window.size: The size of each partition (W)
increment: The number of items to increment before selecting the next W items (W + i)
A serialized collection-list of partitions (windows), each window containing a subset of size window.size
Other Data Generation:
bin.windows(),
make.date_time()