seq_range | R Documentation |
Create a sequence over the range of a vector
seq_range(x, n = 2)
x |
A numeric vector |
n |
An integer specifying the length of sequence (i.e., number of points across the range of x) |
seq_range(1:5,n=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.