Description Usage Arguments Value Author(s) Examples
Generate regular sequences. seq
is a standard generic with a default method. This is a vectorized version of the seq
function from base R.
1 |
from |
the starting value of the sequence. Of length 1 unless just from is supplied as an unnamed argument. |
to |
the ending (maximal) value of the sequence. Of length 1 unless just from is supplied as an unnamed argument. |
by |
number: increment of the sequence. |
length.out |
desired length of the sequence. A non-negative number, which for seq and seq.int will be rounded up if fractional. |
along.with |
take the length from the length of this argument. |
... |
arguments passed to or from methods. |
A matrix of vectors, with each column corresponding to a sequence specified by from
and to
.
Magically generated by the Vectorize
function.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.