print.ggplot {ggplot}R Documentation

Print ggplot

Description

Print generic for ggplot. Plot on current graphics device.

Usage

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

Arguments

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

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]