Learn R Programming

ggthemes (version 2.1.0)

theme_foundation: Foundation Theme

Description

This theme is designed to be a foundation from which to build new themes, and not meant to be used directly. theme_foundation is a complete theme with only minimal number of elements defined.

Usage

theme_foundation(base_size = 12, base_family = "", use_sizes = TRUE)

Arguments

base_size
Base font size.
base_family
Base font family.
use_sizes
If TRUE, then define sizes and locations with reasonable defaults taken from theme_gray.

Details

It is easier to create new themes by extending this one rather than theme_gray or theme_bw, because those themes those themes define elements deep in the hierarchy.

See Also

Other themes: theme_igray; theme_solid