-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
32 lines (32 loc) · 940 Bytes
/
DESCRIPTION
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
Package: ggbreak
Title: Set Axis Break for 'ggplot2'
Version: 0.1.3
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Shuangbin", "Xu", email = "[email protected]", role = "aut", comment = c(ORCID="0000-0003-3513-5362"))
)
Description: An implementation of scale functions for setting axis breaks of a 'gg' plot (S Xu (2021) <doi:10.3389/fgene.2021.774846>).
Imports:
ggfun (>= 0.1.1),
grid,
ggplot2,
ggplotify (>= 0.0.7),
aplot (>= 0.1.5),
rlang,
stats,
yulab.utils (>= 0.1.9)
Suggests:
cowplot,
ggimage,
knitr,
patchwork,
pillar,
prettydoc,
rmarkdown
VignetteBuilder: knitr
License: Artistic-2.0
Encoding: UTF-8
URL: https://github.com/YuLab-SMU/ggbreak
BugReports: https://github.com/YuLab-SMU/ggbreak/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2