Learn R Programming

Plot the

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?

Copy Link

Version

Version

1.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Alyssa Frazee

Last Published

February 15th, 2017

Functions in RSkittleBrewer (1.1)

plotSmarties

Plot the Smarties color palettes
RSkittleBrewer

Candy-based color palettes
plotSkittles

Plot the Skittles color palettes