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_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.