lseq: Logarithmically spaced sequence

Description Usage Arguments Value Examples

View source: R/interface.R

Description

Logarithmically spaced sequence

Usage

1
lseq(from = 1, to = 1e+05, length.out = 6)

Arguments

from

the starting value of the sequence. Must be positive.

to

the terminal value of the sequence. Must be larger than input to "from".

length.out

desired length of the sequence. Must not be negative.

Value

A sequence of logarithmically spaced numbers.

Examples

1
lseq(1, 1000, length.out = 4)

slouch documentation built on Feb. 21, 2020, 5:08 p.m.