# // Miscellaneous internals
rowMax.matrix <- function(x) {
res <- do.call(function(...) pmax(...), as.data.frame(x))
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.