Description Usage Arguments Value Author(s) Examples
x%::%y is similar to x:y, except x and y are allowed to be vectors.
1 | x %::% y
|
x |
numeric vector. |
y |
numeric vector. |
A numeric vector of the form
c(x[1]:y[1], x[2]:y[2], ...).
If x and y have lengths nx and ny, then x and y are recycled until
x[nx]:y[ny]
is performed.
Aaron Hayman
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.