plot_ggplot_build: Plot a built ggplot object
Description
We needed a customized version of ggplot2's print.ggplot2
,
because we need to build plots from the intermediate results of
ggplot_build
rather than from a gg
object.
Usage
plot_ggplot_build(b, newpage = is.null(vp), vp = NULL)
Arguments
newpage
draw new (empty) page first?