View source: R/rangeToSequence.R
rangeToSequence | R Documentation |
Create Sequence from Range
rangeToSequence(x)
x |
numeric vector with exactly two elements |
integer sequence between x[1]
and x[2]
rangeToSequence(c(1, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.