R package for drawing onion diagrams with ggplot2
WIP (Work in progress)
library(ggonion) x <- c("one", "two", "three") clr <- c("red","yellow", "green") ggonion(x, color = clr)
devtools::install_github("i2z1/ggonion")