mlc_plotPDF <- function(x, filename){
pdf(filename)
plot(x)
dev.off()
NULL
}
mlc_plotVectorPDF <- function(...){
plotPDF(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.