R/as.matrix.allPerms.R

Defines functions `as.matrix.allPerms`

`as.matrix.allPerms` <- function(x, ...) {
    attr(x, "control") <- NULL
    attr(x, "observed") <- NULL
    class(x) <- "matrix"
    x
}

Try the permute package in your browser

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

permute documentation built on March 18, 2022, 7:36 p.m.