float (version 0.3-2)

xpose: xpose

Description

Transpose a float vector/matrix.

Usage

# S4 method for float32
t(x)

Value

A float vector/matrix.

Arguments

x

A float vector/matrix.

Examples

Run this code
library(float)

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

Run the code above in your browser using DataLab