library(rbenchmark)
suppressPackageStartupMessages(library(pbdML))
### non-mpi test only
m <- 1000
n <- 100
x <- rnorm(m*n)
dim(x) <- c(m, n)
benchmark(rpca(x, k=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.