theme_networkchange: NetworkChange ggplot2 Theme

View source: R/Utils.R

theme_networkchangeR Documentation

NetworkChange ggplot2 Theme

Description

A consistent theme for all NetworkChange visualizations. Based on theme_minimal with customizations for publication-quality output.

Usage

theme_networkchange(base_size = 11, base_family = "")

Arguments

base_size

Base font size (default: 11)

base_family

Base font family (default: "" for system default)

Value

A ggplot2 theme object

Examples

## Not run: 
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) + geom_point() + theme_networkchange()

## End(Not run)

NetworkChange documentation built on Jan. 21, 2026, 9:08 a.m.