Function to generate a sequence with log increments

logseq(from = 1, to = 1, n)

Arguments

from, to

log10 of initial and final points in the sequence

n

step

Value

Sequence with log increments

Examples

s <- logseq(0, 2, 10)