Normalize drawable objects to grobs
Examples
library(ggplot2)
p <- ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
ggplot2::geom_point()
g <- normalize_drawable(p)
p + g
Normalize drawable objects to grobs
library(ggplot2)
p <- ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
ggplot2::geom_point()
g <- normalize_drawable(p)
p + g