-
Notifications
You must be signed in to change notification settings - Fork 84
/
DESCRIPTION
76 lines (76 loc) · 1.73 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: cowplot
Title: Streamlined Plot Theme and Plot Annotations for 'ggplot2'
Version: 1.1.3.9000
Authors@R:
person(
given = "Claus O.",
family = "Wilke",
role = c("aut", "cre"),
email = "wilke@austin.utexas.edu",
comment = c(ORCID = "0000-0002-7470-9261")
)
Description:
Provides various features that help with creating publication-quality figures
with 'ggplot2', such as a set of themes, functions to align plots and arrange
them into complex compound figures, and functions that make it easy to annotate
plots and or mix plots with images. The package was originally written for
internal use in the Wilke lab, hence the name (Claus O. Wilke's plot package).
It has also been used extensively in the book Fundamentals of Data
Visualization.
URL: https://wilkelab.org/cowplot/
BugReports: https://github.com/wilkelab/cowplot/issues
Depends:
R (>= 3.5.0)
Imports:
ggplot2 (>= 3.4.0),
grid,
gtable,
grDevices,
methods,
rlang,
scales
License: GPL-2
Suggests:
Cairo,
covr,
dplyr,
forcats,
gridGraphics (>= 0.4-0),
knitr,
lattice,
magick,
maps,
PASWR,
patchwork,
rmarkdown,
ragg,
testthat (>= 1.0.0),
tidyr,
vdiffr (>= 0.3.0),
VennDiagram
VignetteBuilder: knitr
Collate:
'add_sub.R'
'align_plots.R'
'as_grob.R'
'as_gtable.R'
'axis_canvas.R'
'cowplot.R'
'draw.R'
'get_plot_component.R'
'get_axes.R'
'get_titles.R'
'get_legend.R'
'get_panel.R'
'gtable.R'
'key_glyph.R'
'plot_grid.R'
'save.R'
'set_null_device.R'
'setup.R'
'stamp.R'
'themes.R'
'utils_ggplot2.R'
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8