#' @export
#'
merge.patchwork <- function(x, ...) {
patchwork <- new_patchwork()
patchwork$plots <- list(x)
add_patches(plot_filler(), patchwork)
}
#' @export
#'
merge.ggplot <- function(x, ...) {
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.