theme_board: Default whiteboard theme

Description Usage Arguments

View source: R/themes.R

Description

This is a ggplot2 theme designed for use with ggwhiteboard. This is a complete theme that controls all non-data display. Use theme() to modify afterwards.

Usage

1
2
3
4
5
6
theme_board(
  base_size = 18,
  base_family = "",
  base_line_size = base_size/10,
  base_rect_size = base_size/10
)

Arguments

base_size

Base font size

base_family

Base font family

base_line_size

Base size for line elements

Base

size for rect elements


NickCH-K/ggwhiteboard documentation built on June 23, 2020, 11:23 p.m.