powered by
A consistent theme for all NetworkChange visualizations. Based on theme_minimal with customizations for publication-quality output.
theme_networkchange(base_size = 11, base_family = "")
A ggplot2 theme object
Base font size (default: 11)
Base font family (default: "" for system default)
if (FALSE) { library(ggplot2) ggplot(mtcars, aes(mpg, wt)) + geom_point() + theme_networkchange() }
Run the code above in your browser using DataLab