dimList <- function(A,eps){
count <- 0
for (i in c(1:length(A))) {
count <- count + dimMatrix(A[[i]],eps)
}
return(count)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.