Skip to content

Commit

Permalink
updating for new wesanderson function signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Feb 8, 2015
1 parent fb33643 commit 67d7fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter02/Chapter02.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chapterTheme <- BookTheme +
theme(axis.title.y=element_blank()) +
theme(panel.grid.minor=element_blank())

paletteDark <- wes.palette(name = "Zissou", type = "continuous")(5)[c(5,2,1)]
paletteDark <- wes_palette(name="Zissou", n=5, type="continuous")[c(5,2,1)]
paletteLight <- adjustcolor(paletteDark, alpha.f=.5)

#####################################
Expand Down

0 comments on commit 67d7fc2

Please sign in to comment.