powered by
Transpose a FEEM object and return an unclassed matrix.
# S3 method for feem t(x)
A matrix without a class attribute.
matrix
class
A feem object.
feem
Like in aperm, transposing makes sense for a matrix, but violates the feem class invariants. Therefore, the class attribute has to be removed.
aperm
t(feem(matrix(1:40, ncol = 8), 1:5, 1:8))
Run the code above in your browser using DataLab