theme_tidylight: Light theme for creating plots

Description Usage Arguments Value

Description

Light theme for creating plots

Usage

1
2
3
theme_tidylight(base_size = 12, base_family = "Arial Rounded MT Bold",
  base_line_size = base_size/20, base_rect_size = base_size/20,
  tick_margins = 0.8, legend = "none")

Arguments

base_size

Font size.

base_family

Font family.

base_line_size

Line thickness. Relative to font size by default.

base_rect_size

Rectangle line thickness. Relative to font size by default.

tick_margins

Distance between tick and text.

legend

Location of legend. Can be removed ("none"), "bottom", "top", "left", "right".

Value

ggplot theme


LiamDBailey/MyFuncs documentation built on June 5, 2019, 5:10 p.m.