logScaleSeq: Create a sequence of numbers equally spaced on the log scale

Description Usage Arguments Value Examples

Description

Create a sequence of numbers equally spaced on the log scale

Usage

1
logScaleSeq(from = 1, to = 1, len = 1, integers = TRUE)

Arguments

from

the left endpoint

to

the right endpoint

len

the length of the resulting sequence, a non-negative number

integers

if TRUE, rounds the result is rounded to the nearest integer

Value

a vector of length len

Examples

1
2
logScaleSeq(1,1000,20)
logScaleSeq(1,1000,20, FALSE)

dajmcdon/cplr documentation built on May 14, 2019, 3:29 p.m.