Nothing
`as.allPerms` <- function(object, control) {
object <- as.matrix(object)
class(object) <- c("allPerms", "matrix")
if (!missing(control)) {
attr(object, "control") <- control
attr(object, "observed") <- getObserved(control)
} else {
## This needs double checking that it is needed!
attr(object, "control") <- attr(object, "observed") <- NA
}
object
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.