carray: Double-Centre a Three-way Array
Description
Double-centre the matrix slices of a three-way array.
Usage
carray(array, margin = 3L, rows = TRUE, columns = TRUE)
Arguments
margin
The way of the array over which the centring must be done
rows
Logical indicating whether to centre the rows of the matrix slices
columns
Logical indicating whether to centre the columns of the matrix slices