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, 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
...

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package ggplot2 version 0.5.5 Index]