panelGrob {ggplot2} | R Documentation |
Creates a complete ggplot grob.
panelGrob(plot, pieces = ggplot_build(plot))
plot |
plot object |
pieces |
should the plot be wrapped up inside the pretty accoutrements (labels, legends, etc) |
Hadley Wickham <h.wickham@gmail.com>