Sequence generation on an expoential scale
seq_exp.RdSequence generation on an expoential scale
Usage
seq_exp(
from = 1,
to = 1,
length.out = NULL,
by = NULL,
add_values = double(length = 0),
...
)Arguments
- from, to
the starting and (maximal) end values of the sequence. Of length
1unless justfromis supplied as an unnamed argument.- length.out
desired length of the sequence. A non-negative number, which for
seqandseq.intwill be rounded up if fractional.- by
Explicitly ignored
- add_values
Add more values to the sequence
- ...
Passed to `base::seq()`