forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTK_14.R
More file actions
40 lines (38 loc) · 1.25 KB
/
TK_14.R
File metadata and controls
40 lines (38 loc) · 1.25 KB
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
#' ---
#' title: Final Project 2nd Draft / Building and summarizing models
#' subtitle: Building a species distribution model
#' week: 14
#' type: Task
#' reading:
#' - Chapter [23-25 in R4DS](http://r4ds.had.co.nz)
#' tasks:
#' - Commit second draft of final project to GitHub for review
#' - Demonstrate a simple presence/absence model in spatial context.
#' - Model spatial dependence (autocorrelation) in the response.
#' ---
#'
#'
#' # Final Presentation
#'
#' <div>
#' <object data="presentations/Conclusion.pdf" type="application/pdf" width="100%" height="600px">
#' <p>It appears you don't have a PDF plugin for this browser.
#' No biggie... you can <a href="presentations/Conclusion.pdf">click here to
#' download the PDF file.</a></p>
#' </object>
#' </div>
#' <p><a href="presentations/Conclusion.pdf">Download the PDF</a></p>
#'
#' # Reading
#'
## ----reading,results='asis',echo=F---------------------------------------
md_bullet(rmarkdown::metadata$reading)
#'
#' # Tasks
#'
## ----tasks,results='asis',echo=F-----------------------------------------
md_bullet(rmarkdown::metadata$tasks)
#'
#' # Exercise
#'
#' Work through the [exercise illustrated here](13_SDM_Exercise.html). You do not need to upload anything to github.