Description Usage Arguments Value Examples
reflects an array in a given dimension
1
flip(arr, by)
arr
array
by
integer [1]
[1]
1 2 3 4
mtx <- matrix(1:4, 2, 2) mtx Rflow:::flip(mtx, 1L) Rflow:::flip(mtx, 2L)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.