https://github.com/Rkabacoff/ggpie
https://github.com/Rkabacoff/ggpie
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Rkabacoff/ggpie
- Owner: Rkabacoff
- Created: 2019-05-09T17:39:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T19:44:51.000Z (over 2 years ago)
- Last Synced: 2024-11-13T22:34:56.433Z (about 1 year ago)
- Language: R
- Size: 545 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ggplot2 - ggpie
README
# 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")
```