Nothing
matrix2bdiag <- function(x, ...) {
tmp <- split(as.matrix(x), row(x))
# Use bdiagMat() to handle string matrices
out <- bdiagMat(lapply(tmp, vec2symMat, ...))
as.matrix(out)
}
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.