array_transp | R Documentation |
Calculates the element-wise transposition of an array.
array_transp(A)
A |
A 3-D array. |
For an array A with shapes n x m x k, this operations returns an array C, with shapes m x n x k, so that C[,,i] = t(A[,,i]).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.