RotateCw: Rotate a matrix clock-wise.

Description Usage Arguments Examples

Description

RotateCw Rotates a matrix clock-wise.

Usage

1

Arguments

matrix

A matrix.

Examples

1
2
3
4
x <- matrix(1:9, 3)
x
RotateCw(x)
RotateCw(RotateCw(x))

mccreigh/rwrfhydro documentation built on Feb. 28, 2021, 1:53 p.m.