Skip to content

alyssafrazee/RSkittleBrewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plot the Rainbow!

If you want high-quality, scientifically-researched color schemes for your R plots, check out the RColorBrewer package. If you want your plots to be colored the same way as packs of Skittles (or M&Ms), then this package (RSkittleBrewer) is the way to go.

install

with devtools:

devtools::install_github('alyssafrazee/RSkittleBrewer')

use

There are only three functions in this package.

Call RSkittleBrewer on a flavor to get a vector of R color names that correspond to that Skittle flavor.

original_colors = RSkittleBrewer('original')
tropical_colors = RSkittleBrewer('tropical')
wildberry_colors = RSkittleBrewer('wildberry')
smarties_colors = RSkittleBrewer('smarties')
mm_colors = RSkittleBrewer('M&M')

In this project, M&M is a Skittle flavor. It's cool. The British also wanted Smarties (thanks Andy)!

plotSkittles() and plotSmarties() make super awesome illustrations of the color schemes.

I must know more!

Here's a blog post I wrote for you.

who else should I thank?

  • Karl, for helping make this into a legitimate package
  • Jeff and Rafa, for inspiration

About

for those times you want to make plots with candy-themed color schemes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published