Nothing
library(coop)
set.seed(1234)
m <- 30
n <- 10
prop <- .05
x <- coop:::dense_stored_sparse_mat(m, n, prop)
all.equalish <- function(x, y, fudge=.1) abs(x-y)<=fudge
stopifnot(all.equalish(sparsity(x), 1-prop))
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.