carray {lsbclust}R Documentation

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

array

A three-way array

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


[Package lsbclust version 1.1 Index]