seqv: Vectorized seq.default

Description Usage Arguments

Description

Version of the seq function that takes vectorized arguments

Usage

1
2
3
4
5
6
7
8
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/DENR documentation built on July 16, 2021, 10:42 p.m.