mseq | R Documentation |
create a sequence with multiple from and to vectors
mseq(from = 1, to = 1)
from |
vector of integers for starting points of the sequence. Default to 1 |
to |
vector of integers for ending points of the sequence. Default to 1 |
a vector of integers with all the sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.