seqv: seq function on vectors

Description Usage Arguments Details

View source: R/transform.R

Description

seq function on vectors

Usage

1
seqv(from, to, ..., simplify = F)

Arguments

from, to

the starting and (maximal) end values vectors of the sequences.

simplify

logical: whether the function returns a matrix/list (depending on reqularity of from-to) (TRUE) a vector (FALSE) .

Details

If the from - to vector is not constant vector and simplify = F, seqv returns a list.


vh-d/VHtools documentation built on May 3, 2019, 6:11 p.m.