xpose | R Documentation |
Transpose a float vector/matrix.
## S4 method for signature 'float32'
t(x)
x |
A float vector/matrix. |
A float vector/matrix.
library(float)
s = flrunif(10, 3)
dim(s)
ts = t(s)
dim(ts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.