lseq | R Documentation |
Logarithmically spaced sequence
lseq(from = 1, to = 1e+05, length.out = 6)
from |
the starting value of the sequence. Must be positive. |
to |
the terminal value of the sequence. Must be larger than input to "from". |
length.out |
desired length of the sequence. Must not be negative. |
A sequence of logarithmically spaced numbers.
lseq(1, 1000, length.out = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.