Function to generate sequences with logarithmic increments

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

Arguments

from

Initial point of the sequence

to

Final point of the sequence

n

Number of points

Value

This function returns a numeric vector with the generated sequence.