theme_blank {ggplot2}R Documentation

Deprecated theme_xx functions

Description

The theme_xx functions have been deprecated. They are replaced with the element_xx functions.

Usage

  theme_blank(...)

  theme_rect(...)

  theme_line(...)

  theme_segment(...)

  theme_text(...)

Arguments

...

Arguments to be passed to the appropriate element_xx function.


[Package ggplot2 version 0.9.3.1 Index]