float (version 0.2-4)

xpose: xpose

Description

Transpose a float vector/matrix.

Usage

# S4 method for float32
t(x)

Arguments

x

A float vector/matrix.

Value

A float vector/matrix.

Examples

Run this code
# NOT RUN {
library(float)

s = flrunif(10, 3)
dim(s)
ts = t(s)
dim(ts)

# }

Run the code above in your browser using DataLab