Skip to content

Instantly share code, notes, and snippets.

@JimGrange
Created December 1, 2015 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimGrange/9549f706e3ab83f6bc2a to your computer and use it in GitHub Desktop.
Save JimGrange/9549f706e3ab83f6bc2a to your computer and use it in GitHub Desktop.
Code for snowman plot
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