Logarithmically spaced sequence
lseq(from = 1, to = 1e+05, length.out = 6)
A sequence of logarithmically spaced numbers.
the starting value of the sequence. Must be positive.
the terminal value of the sequence. Must be larger than input to "from".
desired length of the sequence. Must not be negative.