matrix2 <- function(mat) if (is.matrix(mat)) { return(mat); } else { mat = matrix(mat); return(mat); }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.