From e778d86ea80efcdd808a53d43a790cc13c764bb1 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 19 Aug 2026 14:25:48 +0100 Subject: [PATCH] add header to compile all together --- Chapter_3.Rmd | 4 ++-- Chapter_4.Rmd | 2 ++ Chapter_5.Rmd | 3 ++- Chapter_6.Rmd | 3 ++- Chapter_9.Rmd | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Chapter_3.Rmd b/Chapter_3.Rmd index 6b89f11..c2e1ef6 100644 --- a/Chapter_3.Rmd +++ b/Chapter_3.Rmd @@ -2,6 +2,8 @@ title: "Chapter 3" --- +# Chapter 3 + Figure 3.5 Pueblo lineage @@ -31,7 +33,6 @@ for (g in 1:gens) { p_after_sel <- (1 + s) * sel[g] / ((1 + s) * sel[g] + (1 - sel[g])) sel[g + 1] <- rbinom(1, N, p_after_sel) / N } -aĆ” matplot( cbind(0:gens, 0:gens), cbind(drift, sel), @@ -43,4 +44,3 @@ legend("topright", c("drift", "selected"), col = c("grey50", "firebrick"), lwd = ``` We will see later how this can be adapte to represent change in frequency of cultural traits under different cultrural transmission regimes - diff --git a/Chapter_4.Rmd b/Chapter_4.Rmd index 490c9d1..c5a6b11 100644 --- a/Chapter_4.Rmd +++ b/Chapter_4.Rmd @@ -1,3 +1,5 @@ --- title: "Chapter 4" --- + +# Chapter 4 diff --git a/Chapter_5.Rmd b/Chapter_5.Rmd index f716b2a..191b69c 100644 --- a/Chapter_5.Rmd +++ b/Chapter_5.Rmd @@ -2,6 +2,8 @@ title: "Chapter 5" --- +# Chapter 5 + Figure 5.3 ```{r} ``` @@ -16,4 +18,3 @@ Figure 5.9 Figure 5.11 ```{r} ``` - diff --git a/Chapter_6.Rmd b/Chapter_6.Rmd index fb37c8b..a621bf5 100644 --- a/Chapter_6.Rmd +++ b/Chapter_6.Rmd @@ -2,6 +2,8 @@ title: "Chapter 6" --- +# Chapter 6 + CV transmission etc.. Figure 6.4 @@ -9,4 +11,3 @@ Figure 6.4 ```{r} plot(1,1) ``` - diff --git a/Chapter_9.Rmd b/Chapter_9.Rmd index bbff2d9..84d8035 100644 --- a/Chapter_9.Rmd +++ b/Chapter_9.Rmd @@ -2,7 +2,8 @@ title: "Chapter 9" --- +# Chapter 9 + Figure 9.13 ```{r} ``` -