| geom_emoji | R Documentation | 
Use emoji as you would geom_point.
geom_emoji( mapping = NULL, data = NULL, stat = "emoji", position = "identity", na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, ... )
David L Miller
## Not run: 
library(ggplot2)
library(emoGG)
# I want a tulip to plot for the iris example data
emoji_search("tulip")
# plot the data, but with emojis
ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
  geom_emoji(emoji="1f337")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.