powered by
createSparseMatrix(N, sparsity, method = "normal", stationary = FALSE)
"normal"
"bimodal"
TRUE
FALSE
M <- createSparseMatrix(N = 30, sparsity = 0.05, method = "normal", stationary = TRUE)
Run the code above in your browser using DataLab