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