adjacentPairs: Find the adjacent pairs in a sequence

Description Usage Arguments Value Examples

Description

Given a start and stop, output a paired sequence

Usage

1
adjacentPairs(start, stop, simplify = FALSE)

Arguments

start

start position of the sequence

stop

stop position of the sequence

simplify

if true, return a matrix of the list

Value

a list with the pair sequence

Examples

1
2
3

pimentel/haRold documentation built on May 25, 2019, 7:12 a.m.