https://github.com/YuLab-SMU/scatterpie
:art: scatter pie plot
https://github.com/YuLab-SMU/scatterpie
Last synced: 7 months ago
JSON representation
:art: scatter pie plot
- Host: GitHub
- URL: https://github.com/YuLab-SMU/scatterpie
- Owner: YuLab-SMU
- Created: 2016-11-30T06:16:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T13:55:43.000Z (10 months ago)
- Last Synced: 2024-11-11T02:02:38.448Z (8 months ago)
- Language: R
- Homepage: https://cran.r-project.org/package=scatterpie
- Size: 1.24 MB
- Stars: 60
- Watchers: 3
- Forks: 15
- Open Issues: 21
-
Metadata Files:
- Readme: README.Rmd
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
---------[](https://cran.r-project.org/package=scatterpie)
`r badge_devel("guangchuangyu/scatterpie", "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
[](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).