panelGrob {ggplot2}R Documentation

ggplot plot

Description

Creates a complete ggplot grob.

Usage

panelGrob(plot, pieces = ggplot_build(plot))

Arguments

plot plot object
pieces should the plot be wrapped up inside the pretty accoutrements (labels, legends, etc)

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]