#' function for pheatmap
#' @description function for pheatmap
#' @export
vplayout = function(x, y){
return(viewport(layout.pos.row = x, layout.pos.col = y))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.