Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.25 KB

aplotExtra: creating composite plots using ‘aplot’

CRAN_Status_Badge

Many complex plots are actually composite plots, such as ‘oncoplot’, ‘funkyheatmap’, ‘upseetplot’, etc. We can produce subplots using ‘ggplot2’ and combine them to create composite plot using ‘aplot’. In this way, it is easy to customize these complex plots, by adding, deleting or modifying subplots in the final plot. This package provides a set of utilities to help users to create subplots and complex plots.

✍️ Authors

Guangchuang YU

School of Basic Medical Sciences, Southern Medical University

https://yulab-smu.top

⏬ Installation

Get the released version from CRAN:

install.packages("aplotExtra")

Or the development version from github:

## install.packages("remotes")
remotes::install_github("YuLab-SMU/aplotExtra")