print.ggplot {ggplot} | R Documentation |
Print generic for ggplot. Plot on current graphics device.
print.ggplot(x, newpage = is.null(vp), vp = NULL, save=ggopt()$save, ...)
x |
plot to display |
newpage |
draw new (empty) page first? |
vp |
viewport to draw plot in |
save |
other arguments passed on to ggplot_plot |
... |
Hadley Wickham <h.wickham@gmail.com>