Moving to the Dark Side

Leaving the Pipette for a Keyboard.

Rcolorbrewer pallete

I am always looking for a good quality printout of the available palettes in the RColorBrewer package. I finally decided to take matters on my own hand and create a pdf for myself. Of course it is very easy:

  
library(RColorBrewer)  
pdf("~/Pictures/RColorBrewerPalette.pdf")

display.brewer.all()

dev.off()