An open API service indexing awesome lists of open source software.

https://github.com/Rkabacoff/ggpie


https://github.com/Rkabacoff/ggpie

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pie Charts

![](image.jpg)

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")
```