R/dropAttr.R

dropAttr <-
function (mat) {
    d <- dim(mat)
    mat <- as.vector(mat)
    dim(mat) <- d
    mat
}
drizopoulos/JM documentation built on July 4, 2024, 1:46 a.m.