rotatev {qtlc}R Documentation

Rotate vertically

Description

Rotate entire matrix vertically. Mostly internal function.

Usage

rotatev(mat)

Arguments

mat

The matrix.

Value

Rotated matrix.

Author(s)

Ivan D. Pavicevic, ivanp84@gmail.com

Examples

## Not run: 
new_mat <- rotatev(mat)

## End(Not run)


[Package qtlc version 1.0 Index]