seqv: Vectorized seq.default

seqvR Documentation

Vectorized seq.default

Description

Version of the seq function that takes vectorized arguments

Usage

seqv(
  from = 1,
  to = 1,
  by = ((to - from)/(length.out - 1)),
  length.out = NULL,
  along.with = NULL,
  ...
)

Arguments

from

the starting and (maximal) end values of the sequence. Of length 1 unless just from is supplied as an unnamed argument.

to

the starting and (maximal) end values of the sequence. Of length 1 unless just from is supplied as an unnamed argument.

by

number: increment of the sequence.

length.out

desired length of the sequence. A non-negative number, which for seq and seq.int will be rounded up if fractional.

along.with

take the length from the length of this argument.

...

arguments passed to or from methods.


CshlSiepelLab/tuSelecter2 documentation built on June 2, 2025, 7:09 a.m.