print.ggplot {ggplot}R Documentation

Print ggplot

Description

Print generic for ggplot. Plot on current graphics device.

Usage

print.ggplot(x, ...)

Arguments

x plot to display
... other arguments passed on to ggplot_plot

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package ggplot version 0.3.3 Index]