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

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

Awesome Lists containing this project

README

          

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

# ggplotify: plot everything in ggplot2

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

```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('ggplotify')$Description)
```

## 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")`

## 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).