rotatev: Rotate vertically

Description Usage Arguments Value Author(s) Examples

Description

Rotate entire matrix vertically. Mostly internal function.

Usage

1
rotatev(mat)

Arguments

mat

The matrix.

Value

Rotated matrix.

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

1
2
3
4
## Not run: 
new_mat <- rotatev(mat)

## End(Not run)

qtlc documentation built on May 1, 2019, 8:45 p.m.

Related to rotatev in qtlc...