Permutes the dimensions of an array. You can also use t() for matrices.
Usage
nv_transpose(operand, permutation = NULL)
# S3 method for class 'AnvlArray'
t(x)Value
arrayish
Has the same data type as operand and shape nv_shape(operand)[permutation].
See also
prim_transpose() for the underlying primitive.