getOverlappingVectorsFromVector: Create overlapping subvectors

Description Usage Arguments Value Examples

View source: R/getOverlappingVectorsFromVector.R

Description

Create overlapping subvectors from large vector

Usage

1
getOverlappingVectorsFromVector(largeVector, subvectorLength, subvectorOverlap )

Arguments

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

Value

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.

Examples

1

caggtaagtat/ModCon documentation built on March 12, 2021, 4:12 a.m.