Skip to contents

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. complete is the one exception: the result takes its completeness from the base theme, so a complete passed here has no effect.

Examples

ggdag(m_bias()) + theme_dag_blank() # the default