minor esthetics change on chapter 6 figures
All checks were successful
Build and deploy the book / book (push) Successful in 6s
All checks were successful
Build and deploy the book / book (push) Successful in 6s
This commit is contained in:
parent
74acabde09
commit
2ac43c0d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ text(
|
||||||
A more common wa to represent tht would be to plot the freuecny through time, using
|
A more common wa to represent tht would be to plot the freuecny through time, using
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
matplot(cbind(1:nrow(dt) ,1:nrow(dt) ,1:nrow(dt)) ,dt,type="l",lwd=3,col=ship_cols,lty=1,ylab="frequency",xlab="time")
|
matplot(cbind(1:nrow(dt) ,1:nrow(dt) ,1:nrow(dt)) ,dt,type="l",lwd=3,col=ship_cols,lty=1,ylab="frequency",xlab="time")
|
||||||
```
|
```
|
||||||
|
|
||||||
This should remind you of the plot about changes in allele frequency seen in Chapter 3, we will see later how we can use these description of the data to test hypotheses about the cultural transmission process.
|
This should remind you of the plot about changes in allele frequency seen in Chapter 3, we will see later how we can use these description of the data to test hypotheses about the cultural transmission process.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue