ggplot_build {ggplot2}R Documentation

Build ggplot for rendering

Description

This function is the powerhouse that converts the plot specification into something that's ready to be rendered on screen

Usage

ggplot_build(plot)

Arguments

plot

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]