create_eenv_theme: Create a conservative theme for ggplot2.

Description Usage Arguments Value See Also

View source: R/themes.R

Description

Create a conservative theme for ggplot2.

Usage

1
2
3
4
create_eenv_theme(base_size = 10, base_line_size = base_size/20,
  base_rect_size = base_size/20, base_family = "",
  base_colour_fg = colour_base, base_colour_bg = colour_bg,
  base_colour_sec = colour_tert, legend_pos = "bottom")

Arguments

base_size

The font size in points used for the text.

base_line_size

Base size for line elements.

base_rect_size

Base size for rect elements.

base_family

The font-family.

base_colour_fg

The colour used for lines / dots / axes.

base_colour_bg

The background colour.

base_colour_sec

The colour used for the strips in facet_wraps, ... .

legend_pos

Where to put the legend ("top", "right", "left", "bottom").

Value

The theme.

See Also

Other theme-related functions and objects: colour_base, colour_palette, colour_secondary, colour_tert, eenv_theme


randomchars42/eenv documentation built on May 20, 2019, 1:29 p.m.