is.seq.mat: Is Matrix Element in Sequence by Row

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Is Matrix Element in Sequence by Row

Usage

1
is.seq.mat(from = 1, to = 1, dim = c(1, 1))

Arguments

from

vector of starting positions

to

vector of finishing positions

dim

length 2 numeric vector defining number of rows and columns of comparison matrix

Value

logical matrix with dimensions dim

Examples

1
is.seq.mat(from = 1:3, to = 4:6, dim = c(3, 6))

CSJCampbell/WMTools documentation built on May 6, 2019, 9:26 a.m.