lseq {superspreading} | R Documentation |
Generates a log scaled sequence of real numbers
Description
Generates a log scaled sequence of real numbers
Usage
lseq(from, to, length.out)
Arguments
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 |
Value
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.
[Package superspreading version 0.4.0 Index]