Learn R Programming

NetworkChange (version 1.0.0)

theme_networkchange: 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 = "")

Value

A ggplot2 theme object

Arguments

base_size

Base font size (default: 11)

base_family

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

Examples

Run this code
if (FALSE) {
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) + geom_point() + theme_networkchange()
}

Run the code above in your browser using DataLab