https://github.com/GuangchuangYu/ggplotify
ggplot everything
https://github.com/GuangchuangYu/ggplotify
baseplot ggplot2 grid lattice rstats upsetr vcd
Last synced: 4 months ago
JSON representation
ggplot everything
- Host: GitHub
- URL: https://github.com/GuangchuangYu/ggplotify
- Owner: GuangchuangYu
- Created: 2018-04-24T08:15:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T17:06:35.000Z (almost 2 years ago)
- Last Synced: 2025-07-12T23:42:12.627Z (4 months ago)
- Topics: baseplot, ggplot2, grid, lattice, rstats, upsetr, vcd
- Language: R
- Homepage: https://cran.r-project.org/package=ggplotify/vignettes/ggplotify.html
- Size: 58.6 KB
- Stars: 112
- Watchers: 5
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- awesome-ggplot2 - ggplotify
README
---
output:
md_document:
variant: gfm
html_preview: false
---
# ggplotify: plot everything in ggplot2
[](https://cran.r-project.org/package=ggplotify)



```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('ggplotify')$Description)
```
## 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")`
## Installation
Get the released version from CRAN:
```r
install.packages("ggplotify")
```
Or the development version from github:
```r
devtools::install_github("GuangchuangYu/ggplotify")
```
## Vignette
For more details, please refer to the [online vignette](https://cran.r-project.org/package=ggplotify/vignettes/ggplotify.html).