powered by
Sequence, evenly spaced on a logarithmic scale
seq_log(from, to, length.out)
A sequence of length length.out, evenly spaced on a logarithmic scale between from and to.
length.out
from
to
the starting and (maximal) end values of the sequence. Of length 1 unless just from is supplied as an unnamed argument.
1
desired length of the sequence. A non-negative number, which for seq and seq.int will be rounded up if fractional.
seq
seq.int
seq_log(1, 1000, 4) seq_log(1, 100, 5)
Run the code above in your browser using DataLab