Compare commits

..

No commits in common. "4046dfd991806ecaa1b65663abcb0de8de2ef07b" and "e861b723c94cf149f9dc81125a840bc1ef3768ea" have entirely different histories.

7 changed files with 32 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
title: "Chapter 3"
---
# Chapter 3
Figure 3.5

View file

@ -1 +1,5 @@
---
title: "Chapter 4"
---
# Chapter 4

View file

@ -1,3 +1,7 @@
---
title: "Chapter 5"
---
# Chapter 5
Figure 5.3

View file

@ -1,3 +1,7 @@
---
title: "Chapter 6"
---
# Chapter 6
CV transmission etc..

View file

@ -1,3 +1,7 @@
---
title: "Chapter 8"
---
# Chapter 8
## Population size and highly skilled individuals

View file

@ -1,3 +1,7 @@
---
title: "Chapter 9"
---
# Chapter 9
Figure 9.13

8
_bookdown.yml Normal file
View file

@ -0,0 +1,8 @@
rmd_files: [
"index.Rmd",
"Chapter_3.Rmd",
"Chapter_4.Rmd",
"Chapter_5.Rmd",
"Chapter_6.Rmd",
"Chapter_9.Rmd"
]