#' produce a static view of target boxplot
#' @importFrom png readPNG
#' @importFrom grid grid.raster
#' @export
plotDemo = function() {
im = png::readPNG(system.file("png/ormdl3Demo.png", package="BiocRnaHap"))
grid::grid.raster(im)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.