Simple grey themes for DAGs
Usage
theme_dag_grey(base_size = 12, base_family = "", ...)
theme_dag_gray(base_size = 12, base_family = "", ...)
theme_dag_grey_grid(base_size = 12, base_family = "", ...)
theme_dag_gray_grid(base_size = 12, base_family = "", ...)Arguments
- base_size
base font size, given in pts.
- base_family
base font family
- ...
additional arguments passed to
theme(). A value given here replaces the theme's own setting for that element.completeis the one exception: the result takes its completeness from the base theme, so acompletepassed here has no effect.

