A sickeningly awesome geom.
Thanks to Claus Wilke for writing ggtextures and thus allowing me to write this silly package with approximately zero effort.
devtools::install_github("karawoo/ggbarf")
library("ggbarf")
#> Loading required package: ggplot2
#> Loading required package: ggtextures
set.seed(123)
dat <- data.frame(x = sample(letters[1:3], 6, replace = TRUE))
ggplot(dat, aes(x)) +
geom_barf()
The barf emoji image by Twitter, Inc. and other contributors is licensed under CC-BY 4.0.