Description Usage Arguments Details Value Note Author(s) See Also Examples
Transposes an image by swapping its spatial dimensions.
1 | transpose(x)
|
x |
an |
The transposition of an image is performed by swapping the X and Y indices of its array representation.
A transformed version of x
with its first two dimensions transposed.
The function is implemented using an efficient cash-oblivious algorithm which is typically faster than R's aperm
and t
functions.
Andrzej Oles, andrzej.oles@embl.de, 2012-2017
1 2 3 4 5 6 7 8 9 |
[1] TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.