Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 983 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 983 Bytes

Travis build status

ggbarf

A sickeningly awesome geom.

Thanks to Claus Wilke for writing ggtextures and thus allowing me to write this silly package with approximately zero effort.

Installation

devtools::install_github("karawoo/ggbarf")

Example

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.