Compare commits
No commits in common. "4046dfd991806ecaa1b65663abcb0de8de2ef07b" and "e861b723c94cf149f9dc81125a840bc1ef3768ea" have entirely different histories.
4046dfd991
...
e861b723c9
7 changed files with 32 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: "Chapter 3"
|
||||
---
|
||||
|
||||
# Chapter 3
|
||||
|
||||
Figure 3.5
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
---
|
||||
title: "Chapter 4"
|
||||
---
|
||||
|
||||
# Chapter 4
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: "Chapter 5"
|
||||
---
|
||||
|
||||
# Chapter 5
|
||||
|
||||
Figure 5.3
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: "Chapter 6"
|
||||
---
|
||||
|
||||
# Chapter 6
|
||||
|
||||
CV transmission etc..
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: "Chapter 8"
|
||||
---
|
||||
|
||||
# Chapter 8
|
||||
|
||||
## Population size and highly skilled individuals
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: "Chapter 9"
|
||||
---
|
||||
|
||||
# Chapter 9
|
||||
|
||||
Figure 9.13
|
||||
|
|
|
|||
8
_bookdown.yml
Normal file
8
_bookdown.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
rmd_files: [
|
||||
"index.Rmd",
|
||||
"Chapter_3.Rmd",
|
||||
"Chapter_4.Rmd",
|
||||
"Chapter_5.Rmd",
|
||||
"Chapter_6.Rmd",
|
||||
"Chapter_9.Rmd"
|
||||
]
|
||||
Loading…
Reference in a new issue