Description Usage Arguments Value See Also Examples
lseq
works like seq
in that it returns a vector of numbers
with from
as the first element, to
as the last elelemnt, and
length.out
as the length of the vector,
but the values are
logarithmically spaced.
1 | lseq(from, to, length.out = 10)
|
from |
first number in the sequence. |
to |
last number in the sequence. |
length.out |
length of the sequence, a positive integer > 1 |
A numeric vector.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.