Given a matrix x, t returns the transpose of x.
x
t
## S4 method for signature 'fm' t(x) ## S4 method for signature 'fmV' t(x)
a FlashR matrix.
a matrix.
mat <- fm.runif.matrix(100, 10) t(mat)