lseq | R Documentation |
Generates a log scaled sequence of real numbers
lseq(from, to, length.out)
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 |
seq.int
and the default method of seq
for numeric
arguments return a vector of type "integer"
or "double"
:
programmers should not rely on which.
seq_along
and seq_len
return an integer vector, unless
it is a long vector when it will be double.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.