Learn R Programming

ggtern (version 2.2.0)

theme: Set theme elements (ggtern version)

Description

Use this function to modify theme settings.

Usage

theme(..., complete = FALSE, validate = TRUE)

Arguments

...
additional element specifications not part of base ggplot2. If supplied validate needs to be set to FALSE.
complete
set this to TRUE if this is a complete theme, such as the one returned by theme_grey(). Complete themes behave differently when added to a ggplot object. Also, when setting complete = TRUE all elements will be set to inherit from blank elements.
validate
TRUE to run validate_element, FALSE to bypass checks.