class_theme: The theme class

class_themeR Documentation

The theme class

Description

The theme class holds information on how non-data elements of the plot should be rendered. The preferred way to construct an object of this class is through the theme() function.

Usage

class_theme(elements, complete, validate)

Arguments

elements

A named list containing theme elements.

complete

A boolean value stating whether a theme is complete.

validate

A boolean value stating whether a theme should still be validated.


hadley/ggplot2 documentation built on June 13, 2025, 12:51 a.m.