huerqiang / aplotExtra

Creating composite plot using 'aplot'

Home Page:https://cran.r-project.org/package=aplotExtra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Creating composite plot using 'aplot'

https://cran.r-project.org/package=aplotExtra


Languages

Language:R 96.0%Language:Makefile 4.0%