Logarithmic sequence generation.

lseq(from = 1, to = 100, length.out = 51)

Arguments

from

Numeric, the starting values of the sequence.

to

Numeric, the end value of the sequence.

length.out

Numeric, desired length of the sequence.

Value

Vector, the logarithmic sequence.