reverse_vec | R Documentation |
Reverses the order of an Armadillo Vector
reverse_vec(x)
x |
A |
Consider a vector x=[1,2,3,4,5], the function would output x=[5,4,3,2,1].
x A column vector
with its contents reversed.
JJB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.