print.ggplot {ggplot2}R Documentation

Print ggplot

Description

Print generic for ggplot. Plot on current graphics device.

Usage

print.ggplot(x, newpage = is.null(vp), vp = NULL, ...)

Arguments

x plot to display
newpage draw new (empty) page first?
vp viewport to draw plot in
... other arguments passed on to \ggplotGrob

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]