Compare commits

..

No commits in common. "485b4c310b55d7ae02e74ea2356afb34f02f1e5f" and "d6e9337a5a91e0982b23118ad28490cb20694525" have entirely different histories.

7 changed files with 32 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +1,7 @@
---
title: "Chapter 9"
---
# Chapter 9 # Chapter 9
Figure 9.13 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"
]