#' Attach Plot constructor
#'
#' @return none.
#' @export
attachPlot = function(){
pltenv = new.env()
pltenv$Plot=Plot
attach(pltenv)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.