slide_windows: Partition data using sliding windows of different sizes

Description Usage Arguments Value

Description

Partition data using sliding windows of different sizes

Usage

1
slide_windows(data, key = NULL, w_sizes = 10, ...)

Arguments

data

A data.frame or list of data points to partition

key

Column name to use a key when partitioning, used only when data is data.frame

w_sizes

Sizes of the windows to create

...

Arguments that should be passed to the slide_window function

Value

A nested data.frame with all windows of all sizes, with 'key' column containing windows keys and 'w_size' with window size.


jjongbloets/slideR documentation built on May 19, 2019, 11:40 a.m.