blockSample: blockSample

Description Usage Arguments Value Examples

Description

Get a subset of the Sample data frame based on the user-specified blockLength.

Usage

1
blockSample(localSample, blockLength)

Arguments

localSample

Sample data frame

blockLength

integer size of subset.

Value

surfaces matrix

Examples

1
2
3
4
library(EGRET)
eList <- Choptank_eList
Sample <- eList$Sample
bsReturn <- blockSample(Sample, 25)

fawda123/EGRETci documentation built on May 16, 2019, 10:57 a.m.