seq_exp | R Documentation |
Sequence generation on an expoential scale
seq_exp(
from = 1,
to = 1,
length.out = NULL,
by = NULL,
add_values = double(length = 0),
...
)
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 |
by |
Explicitly ignored |
add_values |
Add more values to the sequence |
... |
Passed to 'base::seq()' |
If 'from' is zero, then it will be modified to be 'to/(100*length.out)' and zero will be added to the 'add_values' vector.
A sorted sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.