-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.3 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
Package: ggstackplot
Title: Create Overlapping Stacked Plots
Version: 0.3.0
Authors@R:
c(person(
given = "Sebastian", family = "Kopf",
email = "sebastian.kopf@colorado.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-2044-0201")),
person(
given = "Tristan", family = "Caro",
email = "tristan.caro@colorado.edu",
role = c("aut"),
comment = c(ORCID = "")),
person(
given = "Jamie", family = "McFarlin",
email = "jamie.mcfarlin@uwyo.edu",
role = c("aut"),
comment = c(ORCID = "0000-0002-8185-8185")),
person(
given = "Jon", family = "Raberg",
email = "Jonathan.Raberg@colorado.edu",
role = c("aut"),
comment = c(ORCID = "0000-0003-2959-3631"))
)
Description:
Easily create overlapping grammar of graphics plots for scientific data visualization.
This style of plotting is particularly common in climatology and oceanography research communities.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
methods,
rlang (>= 0.4.11),
tidyselect,
dplyr,
tidyr,
ggplot2,
cowplot,
RColorBrewer
Suggests:
covr,
knitr,
rmarkdown,
roxygen2,
testthat,
lifecycle,
scales
VignetteBuilder: knitr