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.
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
Get the released version from CRAN:
install.packages("aplotExtra")
Or the development version from github:
## install.packages("remotes")
remotes::install_github("YuLab-SMU/aplotExtra")