-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
33 lines (33 loc) · 881 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
33
Package: gghalves
Title: Compose Half-Half Plots Using Your Favourite Geoms
Version: 0.1.4
Authors@R: person("Frederik", "Tiedemann", email = "[email protected]", role = c("aut", "cre"))
Description: A 'ggplot2' extension for easy plotting of half-half geom combinations. Think half boxplot and half jitterplot, or half violinplot and half dotplot.
URL: https://github.com/erocoar/gghalves
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
ggplot2 (>= 3.3.6),
R (>= 3.3.0)
Imports:
grid,
gtable,
grDevices
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
dplyr
Collate:
'utilities.R'
'geom_half_dotplot.R'
'geom_half_boxplot.R'
'geom_half_point.R'
'geom_half_point_panel.R'
'geom_half_violin.R'
'stat-half-bindot.R'
'stat-half-point.R'
'stat-half-ydensity.R'
'ggproto-classes.R'
VignetteBuilder: knitr