R/utilities.R
logseq.Rd
Function to generate a sequence with log increments
logseq(from = 1, to = 1, n)
log10 of initial and final points in the sequence
step
Sequence with log increments
s <- logseq(0, 2, 10)
Oscar Garcia-Cabrejo khaors@gmail.com