Minimalist DAG themes
Usage
theme_dag_blank(base_size = 12, base_family = "", ...)
theme_dag(base_size = 12, base_family = "", ...)
theme_dag_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.

