ggplot_plot {ggplot}R Documentation

Ggplot plot

Description

Creates a complete ggplot grob.

Usage

ggplot_plot(plot, viewport=viewport_default(plot, guides, plot$scales), panels=panels_default(plot, grobs), guides=guides_basic(plot, plot$scales), pretty=TRUE)

Arguments

plot plot object
viewport viewports
panels panels
guides guides
pretty should the plot be wrapped up inside the pretty accoutrements (labels, legends, etc)

Details

Delegates almost everything to its arguments. Responsible for the transformation chain and for collecting everything into one grob with the appropriate viewports

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]