https://github.com/mnbram/gggibbous
Moon charts, a pie chart alternative, for ggplot2
https://github.com/mnbram/gggibbous
Last synced: 5 months ago
JSON representation
Moon charts, a pie chart alternative, for ggplot2
- Host: GitHub
- URL: https://github.com/mnbram/gggibbous
- Owner: mnbram
- License: gpl-3.0
- Created: 2019-10-12T12:59:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T20:13:31.000Z (over 4 years ago)
- Last Synced: 2024-10-03T10:38:15.657Z (7 months ago)
- Language: R
- Homepage:
- Size: 542 KB
- Stars: 64
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- awesome-r-dataviz - gggibbous - Moon charts, a pie chart alternative, for ggplot2. (ggplot / Additional Plot Types)
README
---
title: "gggibbous"
author: "Michael Bramson"
date: "11/5/2019"
output:
md_document:
variant: gfm
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```# gggibbous
Moon charts, a pie chart alternative for two groups in ggplot2

## Installation
`gggibbous` can be installed from CRAN:
```{r, eval = FALSE}
install.packages("gggibbous")
```The development version can be installed from GitHub with the `devtools` package:
```{r, eval = FALSE}
devtools::install_github("mnbram/gggibbous")
``````{r, child = 'vignettes/gggibbous-content.txt'}
```