Description Usage Arguments Value Examples
This function will generate a log-spaced sequence.
The inputs are the same as function seq
in base library.
1 | log10_seq(from, to, length.out)
|
from |
The initial value of the sequence |
to |
The last value of the sequence |
length.out |
desired length of the sequence |
A length.out
dimensional squence
1 | ## Not run: log10_seq(from=1, to=500, length.out=30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.