Color Palettes in R

Post on 25-May-2015

333 Views

Category:

Education

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

[My Gallery of Graphs] Mastering the art of building classic and stylish graphics in R: Color Palettes in R. This document constains some examples of color palettes that can be used in R graphs.

Transcript

  • 1. Color Palettes in R Author: Michel Alves dos Santos [[www.michelalves.com :: http://www.lcg.ufrj.br/Members/malves/ ]]

2. #------------------------------------------------------------------------------# # Color Palettes. # Date : 20 February, 2012 # Author : Michel Alves dos Santos #------------------------------------------------------------------------------# #------------------------------------------------------------------------------# # Loading required libraries #------------------------------------------------------------------------------# require(RColorBrewer) #------------------------------------------------------------------------------# # Color Settings #------------------------------------------------------------------------------# my.palette.nc

top related