Sequence generation on an expoential scale
seq_exp.Rd
Sequence 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
1
unless justfrom
is supplied as an unnamed argument.- length.out
desired length of the sequence. A non-negative number, which for
seq
andseq.int
will be rounded up if fractional.- by
Explicitly ignored
- add_values
Add more values to the sequence
- ...
Passed to `base::seq()`