theme_render {ggplot2}R Documentation

Render a theme element

Description

This function is used internally for all drawing of plot surrounds etc

Usage

theme_render(theme, element, ..., name = NULL)

Arguments

theme
element
...
name

Details

It also names the created grobs consistently

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]