-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.Rmd
51 lines (29 loc) · 1018 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
output:
md_document:
variant: gfm
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# `aplotExtra`: creating composite plots using 'aplot'
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/aplotExtra?color=green)](https://cran.r-project.org/package=aplotExtra)
![](http://cranlogs.r-pkg.org/badges/grand-total/aplotExtra?color=green)
![](http://cranlogs.r-pkg.org/badges/aplotExtra?color=green)
![](http://cranlogs.r-pkg.org/badges/last-week/aplotExtra?color=green)
```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('aplotExtra')$Description)
```
## :writing_hand: Authors
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
<https://yulab-smu.top>
## :arrow_double_down: Installation
Get the released version from CRAN:
```r
install.packages("aplotExtra")
```
Or the development version from github:
```r
## install.packages("remotes")
remotes::install_github("YuLab-SMU/aplotExtra")
```