#' @name ggheatmap_plotlist
#' @title Show ggheatmap Plot List
#' @description Display the basic elements of the ggheatmap
#' @param ggheatmap heatmap, the result of ggheatmap
#'
#' @return plotlist
#' @example
#' #Please see examples in \link{ggheatmap}
#' @export
ggheatmap_plotlist <- function(ggheatmap){
do.call('wrap_plots',ggheatmap$plotlist)+
plot_annotation(tag_levels = list(paste("plotlist",1:length(ggheatmap$plotlist))))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.