Created
December 1, 2015 05:36
-
-
Save JimGrange/9549f706e3ab83f6bc2a to your computer and use it in GitHub Desktop.
Code for snowman plot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(ggplot2) | |
library(emoGG) | |
ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) + | |
geom_emoji(emoji = "2744") + add_emoji(emoji = "26c4") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment