A Minimal Book Example
1
HW3&4
2
Exercise 3-1-a
3
Exercise 3-1-b
4
Exercise 3-1-c
5
Exercise 3-1-d
6
Exercise 3-2-a
7
Exercise 3-2-b
8
Exercise 3-2-c
9
Exercise 3-2-d
10
Introduction
11
Literature
12
Methods
13
Applications
13.1
Example one
13.2
Example two
14
Final Words
References
Published with bookdown
HW3&4
Chapter 3
Exercise 3-1-b
ggplot
(heightweight,
aes
(
x=
ageYear,
y=
heightIn,
color=
sex))
+
geom_point
(
aes
(
size=
weightLb),
alpha=
0.3
)