ggplot_plot {ggplot2} | R Documentation |
Creates a complete ggplot grob.
ggplot_plot(plot, pretty=TRUE)
plot |
plot object |
pretty |
should the plot be wrapped up inside the pretty accoutrements (labels, legends, etc) |
Delegates almost everything to its arguments. Responsible for the transformation chain and for collecting everything into one grob with the appropriate viewports
Hadley Wickham <h.wickham@gmail.com>