Ecosyste.ms: Awesome

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

https://github.com/mnbram/gggibbous

Moon charts, a pie chart alternative, for ggplot2
https://github.com/mnbram/gggibbous

Last synced: 3 months ago
JSON representation

Moon charts, a pie chart alternative, for ggplot2

Lists

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

![gggibbous](man/figures/gggibbous.png)

## 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'}
```