lseq: Create a log-spaced sequence

Description Usage Arguments

View source: R/lseq.R

Description

Create a log-spaced sequence

Usage

1
lseq(from, to, length.out, by)

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.

length.out

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

by

number: increment of the sequence.


daynefiler/dlfUtils documentation built on Oct. 22, 2021, 9:49 a.m.