Nothing
#' assign ggplotGrob width
#'
#' assign width of ggplotGrob object
#' @name genCov_assign_ggplotGrob_width
#' @param x ggplotGrob object
#' @param max_width grob object specifying width to reassign ggplotGrob with
#' @return ggplotGrob
#' @noRd
genCov_assign_ggplotGrob_width <- function(x, max_width)
{
# Assign a max width to ggplotGrob
x$widths[2:5] <- as.list(max_width)
return(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.