#' extract ggplotGrob height
#'
#' extract plot height of ggplotGrob object
#' @name genCov_extr_ggplotGrob_height
#' @param x ggplotGrob object
#' @return ggplotGrob height parameters
#' @noRd
genCov_extr_ggplotGrob_height <- function(x)
{
# Extract ggplotGrob height
x <- x$heights[2:5,]
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.