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