Skip to content

karawoo/ggbarf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A sickeningly awesome geom.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages