Description Usage Arguments Value Examples
View source: R/getOverlappingVectorsFromVector.R
Create overlapping subvectors from large vector
1 | getOverlappingVectorsFromVector(largeVector, subvectorLength, subvectorOverlap )
|
largeVector |
Large character vector to break down into overlapping subvectors |
subvectorLength |
Numeric value of length of smaller subvectors |
subvectorOverlap |
Numeric value of length of subvector overlap |
Creates a list of overlapping subvectors from an input vector largeVector
. The length of these overlapping subvectors is stated by subvectorLength
and the overlap of the resulting subvectors is stated by subvectorOverlap
.
1 | getOverlappingVectorsFromVector(c(1,2,3,4), 2, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.