| theme_networkchange | R Documentation |
A consistent theme for all NetworkChange visualizations. Based on theme_minimal with customizations for publication-quality output.
theme_networkchange(base_size = 11, base_family = "")
base_size |
Base font size (default: 11) |
base_family |
Base font family (default: "" for system default) |
A ggplot2 theme object
## Not run:
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) + geom_point() + theme_networkchange()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.