-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathcontents.Rmd
97 lines (82 loc) · 2.59 KB
/
contents.Rmd
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
title: "Course contents"
---
## [Chapter 0](slides/ch0.html). Course Description
- Big picture
- Background and goals
- Course contents and schedule
- Logistics
- Communication and tutoring
- Course assessment
- [Example of final project](slides/ch0.html#8) [[article](projects/gapminder/)]
- [Bibliography and other resources](resources.html)
<aside class="slides">
```{r, echo=FALSE}
xaringanExtra::embed_xaringan("slides/ch0.html", "4:3")
```
</aside>
## [Chapter 1](slides/ch1_1.html). Fundamentals of Graphical Practice
- [Introduction to DataViz: The What, the Why and the How](slides/ch1_1.html#3)
- What is a graph?
- Acclaimed historic examples
- Why graphs?
- How to make graphs?
- Principles of graphical excellence
- [Graphical Integrity: How to Lie with Graphs](slides/ch1_2.html#3)
- Bad charts
- Sources of bad charts
- 12 rules to display data badly
- Chart rethinking (some exercises)
- [Graphical Perception: Theory, Experimentation and its Application to Data Display](slides/ch1_3.html#3)
- Introduction
- Elements of visual encoding
- Expressiveness principle
- Effectiveness principle
- Channel effectiveness
- [Principles of Graphical Representation: Some Useful General Guidelines](slides/ch1_4.html#3)
- Attitude
- General Guidelines
<aside class="slides">
```{r, echo=FALSE}
xaringanExtra::embed_xaringan("slides/ch1_1.html", "4:3")
```
</aside>
## [Chapter 2](slides/ch2.html). The Grammar of Graphs in R
- [Building Graphs Layer by Layer](slides/ch2.html#3)
- [Scales and Guides](slides/ch2.html#40)
- [Coordinate Systems](slides/ch2.html#45)
- [Faceting](slides/ch2.html#50)
- [Themes](slides/ch2.html#54)
- [Annotations](slides/ch2.html#57)
- [Arranging Plots](slides/ch2.html#66)
<aside class="slides">
```{r, echo=FALSE}
xaringanExtra::embed_xaringan("slides/ch2.html", "4:3")
```
</aside>
## [Chapter 3](slides/ch3_1.html). Data Visualization in R
- [Distribution](slides/ch3_1.html#3)
- [Correlation](slides/ch3_2.html#3)
- [Ranking](slides/ch3_3.html#3)
- [Part of a Whole](slides/ch3_4.html#3)
- [Evolution](slides/ch3_5.html#3)
- [Map](slides/ch3_6.html#3)
- [Flow](slides/ch3_7.html#3)
- [Other Resources](slides/ch3_8.html#3)
<aside class="slides">
```{r, echo=FALSE}
xaringanExtra::embed_xaringan("slides/ch3_1.html", "4:3")
```
</aside>
## [Chapter 4](slides/ch4_1.html). Data Communication in R
- [Version control](slides/ch4_1.html#3)
- [R Markdown](slides/ch4_2.html#3)
- Documents and notebooks
- Presentations
- Other formats
- Dashboards
<aside class="slides">
```{r, echo=FALSE}
xaringanExtra::embed_xaringan("slides/ch4_1.html", "4:3")
```
</aside>