Skip to content

YuLab-SMU/aplotExtra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published