Skip to contents

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. 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_grey()