R/utils.R
lseq.Rd
Logarithmic sequence generation.
lseq(from = 1, to = 100, length.out = 51)
Numeric, the starting values of the sequence.
Numeric, the end value of the sequence.
Numeric, desired length of the sequence.
Vector, the logarithmic sequence.