View source: R/alternate_vectors.R
alternate_vectors | R Documentation |
Alternate vectors
alternate_vectors(a, b)
a |
vector of any class |
b |
vector of any class |
Vector a and b must be of same length
vector of length 2 * a
alternate_vectors(a = 1:3, b = 11:13)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.