sectionData: Section data into data blocks

Description Usage Arguments Value

Description

Sections provided data using block size and overlap proportion

Usage

1
sectionData(x, blockSize, overlap = 0)

Arguments

x

A data.frame where each column is assumed to be a series.

blockSize

An integer indicating the size of each section.

overlap

An numeric between 0 and 1 indicating how much overlap should exist between sections.

Value

A list whose elements contain a data.frame with the same number of columns as x and blockSize number of rows.


driegert/transfer documentation built on May 15, 2019, 2:11 p.m.