ggdag (version 0.2.12)

theme_dag_blank: Minimalist DAG themes

Description

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

Examples

Run this code
ggdag(m_bias()) + theme_dag_blank() # the default

Run the code above in your browser using DataLab