Sequence, evenly spaced on a logarithmic scale
Sequence, evenly spaced on a logarithmic scale
seq_log(from, to, length.out)
from |
the starting and (maximal) end values of the
sequence. Of length |
to |
the starting and (maximal) end values of the
sequence. Of length |
length.out |
desired length of the sequence. A
non-negative number, which for |
A sequence of length length.out
, evenly spaced on a logarithmic scale
between from
and to
.
seq_log(1, 1000, 4) seq_log(1, 100, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.