-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
51 lines (39 loc) · 1.11 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: "Differential Equations for ecologists"
author: "McCann Lab"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: McCannLab/aboutDE
description: "A note book for the McCann Lab theoretical group."
---
# Prerequisites {-}
This book was generated using [bookdown](https://bookdown.org/yihui/bookdown/) [@xie2015],
Yinhui Xie did an amazing job to document his work and to provide a very helpful
minimal example at https://github.com/rstudio/bookdown-demo.
R packages used throughout the book:
```{r}
library(latex2exp)
library(odeintr)
```
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```
```{r setup, echo = F}
knitr::opts_chunk$set(
comment = "#>",
fig.align = "center",
collapse = TRUE,
warning = FALSE,
message = FALSE
)
knitr::read_chunk("R/vectorField.R")
```
https://www.youtube.com/watch?v=kjBOesZCoqc&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab