Rkabacoff / ggpie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pie Charts

The ggpie package allows you to easily create pie charts using ggplot2. Both single and faceted pie charts can be created.

To download this package use the following code:

if(!require(remotes)){
   install.packages("remotes")
}
remotes::install_github("rkabacoff/ggpie")

About


Languages

Language:R 100.0%