Description Usage Arguments Value Examples
Get a subset of the Sample data frame based on the user-specified blockLength.
1 | blockSample(localSample, blockLength)
|
localSample |
Sample data frame |
blockLength |
integer size of subset. |
surfaces matrix
1 2 3 4 | library(EGRET)
eList <- Choptank_eList
Sample <- eList$Sample
bsReturn <- blockSample(Sample, 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.