Doubleplot2 <- function(Marray)
{
library(readxl)
outline <- read_excel("summary.xls")
Outline <- as.matrix(outline)
Ddoubleplotsummary(Marray, outline, Outline)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.