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