powered by
Transpose a float vector/matrix.
# S4 method for float32 t(x)
A float vector/matrix.
library(float) s = flrunif(10, 3) dim(s) ts = t(s) dim(ts)
Run the code above in your browser using DataLab