add | R Documentation |
add
add(x)
x |
a list to be summed. Useful for doing elementwise summation of a list of matrices. |
returns a single summed object (e.g., a matrix)
x<-list(matrix(c(1:4),nrow=2),matrix(c(1:4),nrow=2)) add(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.