R/as.array.mefa.R

Defines functions `as.array.mefa`

`as.array.mefa` <-
function(x, ...)
{
    DIM <- dim(x)
    DIMNAMES <- dimnames(x)
    DATA <- unlist(as.list.mefa(x))
    array(DATA, DIM, DIMNAMES)
}

Try the mefa package in your browser

Any scripts or data that you put into this service are public.

mefa documentation built on Oct. 7, 2021, 9:11 a.m.