Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/YuLab-SMU/scatterpie

:art: scatter pie plot
https://github.com/YuLab-SMU/scatterpie

Last synced: 3 months ago
JSON representation

:art: scatter pie plot

Awesome Lists containing this project

README

        

---
output:
md_document:
variant: gfm
html_preview: false
---

```{r echo=FALSE, results="hide", message=FALSE}
library("badger")
```

scatterpie: Scatterpie Plot
---------

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/scatterpie?color=green)](https://cran.r-project.org/package=scatterpie)
`r badge_devel("guangchuangyu/scatterpie", "green")`
![](https://cranlogs.r-pkg.org/badges/grand-total/scatterpie?color=green)
![](https://cranlogs.r-pkg.org/badges/scatterpie?color=green)
![](https://cranlogs.r-pkg.org/badges/last-week/scatterpie?color=green)

Creates scatterpie plots, especially useful for plotting pies on a map.

## :writing_hand: Authors

Guangchuang YU

School of Basic Medical Sciences, Southern Medical University

[![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/GuangchuangYu)
`r badger::badge_custom('follow me on', 'WeChat', 'green', 'https://guangchuangyu.github.io/blog_images/biobabble.jpg')`

## :arrow_double_down: Installation

Get the released version from CRAN:

```r
install.packages("scatterpie")
```

Or the development version from github:

```r
## install.packages("devtools")
devtools::install_github("GuangchuangYu/scatterpie")
```

## :book: Vignette

For more details, please refer to the [online vignette](https://cran.r-project.org/package=scatterpie/vignettes/scatterpie.html).