Learn R Programming

pla (version 0.2)

reduceDimension: Reduce the number of dimensions by one

Description

Combines the last two dimensions to one dimension.

Usage

reduceDimension(Array, namesPermuted = dimnames(Array),
                selectFun = function (array) NULL)

Arguments

Array
An array.
namesPermuted
A list of character vectors, dimnames, where the last two vectors are used for the names of the combined dimension.
selectFun