Docfaust9 / ggonion

R package for drawing onion diagrams via ggplot2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggonion

R package for drawing onion diagrams with ggplot2

WIP (Work in progress)

Usage

library(ggonion)

x <- c("one", "two", "three")
clr <- c("red","yellow", "green")
ggonion(x, color = clr)

Install

devtools::install_github("i2z1/ggonion")

About

R package for drawing onion diagrams via ggplot2

License:GNU General Public License v3.0


Languages

Language:R 100.0%