-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 1.69 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
Package: MultiPanelPlotsWithR
Title: Multi Panel Plots in R for UBC Graduate Course BIO548L
Version: 1.1.2
Authors@R:
c(
person(given = "Douglas L.",
family = "Altshuler",
role = c("edt"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1364-3617")),
person(given = "Vikram B.",
family = "Baliga",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9367-8974")),
person(given = "Andrea",
family = "Gaede",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1909-7004")),
person(given = "Eric R.",
family = "Press",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1944-3755")),
person(given = "Shree",
family = "Senthivasan",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7118-9547")))
Description: Tutorial that walks students of different skill levels through a
series of data wrangling and visualization exercises. The goal is to make sure
students are comfortable using packages within the tidyverse, along with
`cowplot`, to produce publication quality figures.
URL: https://github.com/flightlab/MultiPanelPlotsWithR
License: file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
gapminder,
readxl,
tidyr,
ggplot2,
dplyr,
plyr,
tibble,
ggthemes,
magick,
grid,
cowplot,
ggmap,
maps,
readr,
forcats