seq_log | R Documentation |
Sequence, evenly spaced on a logarithmic scale
seq_log(from, to, length.out)
from , 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.