RotateCcw: Rotate a matrix counter-clock-wise.

Description Usage Arguments Examples

Description

RotateCcw Rotates a matrix counter-clock-wise.

Usage

1

Arguments

matrix

A matrix.

Examples

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

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