generated from r4ds/bookclub-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from r4ds/chapter-placeholders
Chapter placeholders
- Loading branch information
Showing
24 changed files
with
530 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Types of spatial data | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# {{{chapter_title}}} | ||
# Spatial data in R | ||
|
||
**Learning objectives:** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# The sf package for spatial vector data | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# The terra package for raster and vector data | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Making maps with R | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# R packages to download open spatial data | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Spatial neighborhood matrices | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Spatial autocorrelation | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Bayesian spatial models | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Disease risk modeling | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Areal data issues | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Geostatistical data | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Spatial interpolation methods | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Kriging | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Model-based geostatistics | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Methods assessment | ||
|
||
**Learning objectives:** | ||
|
||
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY | ||
|
||
## SLIDE 1 {-} | ||
|
||
- ADD SLIDES AS SECTIONS (`##`). | ||
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF. | ||
|
||
## Meeting Videos {-} | ||
|
||
### Cohort 1 {-} | ||
|
||
`r knitr::include_url("https://www.youtube.com/embed/URL")` | ||
|
||
<details> | ||
<summary> Meeting chat log </summary> | ||
|
||
``` | ||
LOG | ||
``` | ||
</details> |
Oops, something went wrong.