theme_update {ggplot2}R Documentation

Get, set and update themes.

Description

These three functions get, set and update themes.

Usage

theme_update(...)

Arguments

...

Details

Use theme_update to modify a small number of elements of the current theme or use theme_set to completely override it.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.7 Index]