########################################################################################################################
#' Test if given object ist of class "Plot"
#'
#' @return a boolean value
#'
is.Plot <- function(x) {
is_plot <- class(x) == "Plot"
return(is_plot)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.