Skip to content

Simple package that contains color palettes that I typically use to visualize data in R

Notifications You must be signed in to change notification settings

dmcartor/dbmcols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple package that contains color palettes that I typically use to visualize data in R. There are currently two palettes: cb.cols() generates colors from a colorblind-friendly palette, and nd.cols() generates the official university colors of Notre Dame. To visualize each palette, use the function col.options() after installing the package,

devtools::install_github("dmcartor/dbmcols")
library(dbmcols)
col.options()

About

Simple package that contains color palettes that I typically use to visualize data in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages