rthxpos: Parallel Matrix Transpose

Description Usage Arguments Details Value Examples

View source: R/rthxpos.R

Description

Transposes a matrix

Usage

1

Arguments

m

a matrix to transpose

Details

Computes the transpose of a vector similar to t()

Value

the transposed matrix

Examples

1
2
3
4
5
## Not run: 
m <- matrix(runif(30), 5, 6)
rthxpos(m)

## End(Not run)

matloff/Rth documentation built on May 21, 2019, 12:55 p.m.