Learn R Programming

qtlc (version 1.0)

rotatev: Rotate vertically

Description

Rotate entire matrix vertically. Mostly internal function.

Usage

rotatev(mat)

Arguments

mat
The matrix.

Value

Rotated matrix.

Examples

Run this code
## Not run: 
# new_mat <- rotatev(mat)
# ## End(Not run)

Run the code above in your browser using DataLab