#' Title
#'
#' @param plot
#'
#' @return
#' @export
#'
#' @examples
make_image_from_plot <- function(plot) {
img <- image_graph()
print(plot)
dev.off()
return(img)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.