The goal of cori.charts is to make the process of creating publication-ready graphics and charts at the Center for Rural Innovation as easy as possible.
Installation
You can install the development version of cori.charts from GitHub with:
# install.packages("devtools")
devtools::install_github("ruralinnovation/cori.charts")Examples
Check out the vignette for a cookbook of CORI-themed plots!
Code organization
- 
R/theme.Rcontains theme-ing functions (for updating ggplot defaults)
- 
R/broadband.Rcontains utility functions for producing broadband planning maps.
- 
R/colors.Rdefines CORI color options and palettes.
- 
R/export.Rcontains functions for saving visualizations as PNGs and SVGs.
- 
R/fonts.Rcontains utility functions for working with Google Fonts.
 
- 
R/scales.Rcontains functions for creating fill and color scales based upon CORI color palettes.
Contributing
Please note that the cori.charts project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
