Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vikjam committed May 2, 2016
1 parent a2f2612 commit 30a2c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ggplot(df, aes(x, y)) + geom_tile(aes(fill = z)) +
# Slightly more practical ggplot2 example
library(ggplot2)
library(RColorLisa)
ernst.pal <- color.lisa.pal(5, "Woman, Old Man, and Flower by Max Ernst")
ernst.pal <- color.lisa.pal(3, "Woman, Old Man, and Flower by Max Ernst")
ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
geom_point(size = 3) +
scale_color_manual(values = ernst.pal)
Expand Down

0 comments on commit 30a2c5c

Please sign in to comment.