-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path97-slides.Rmd
94 lines (55 loc) · 2.55 KB
/
97-slides.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# (PART) Etc {-}
# Slides
## An Introduction to Remote Sensing with Earth Engine
Date: December 10 2020
Alec L. Robitaille and Isabella C. Richmond
[Resources](https://github.com/robitalec/workshops/tree/master/ee), [Slides](https://slides.robitalec.ca/ee.html)
```{r, echo = FALSE}
knitr::include_url('https://slides.robitalec.ca/ee.html')
```
## Some Reproducibility
Date: August 4 2020
Alec L. Robitaille
[Resources](https://github.com/robitalec/workshops/tree/master/some-reproducibility), [Binder](https://mybinder.org/v2/gl/robit.a%2Fsome-reproducibility-example/master?urlpath=rstudio)
## Git and Projects
Date: February 6 2020
Alec L. Robitaille
[Slides](https://slides.robitalec.ca/git-and-projects.html) and [Resources](https://gitlab.com/robitalec/workshops/-/archive/master/workshops-master.zip?path=git-and-projects)
```{r, echo = FALSE}
knitr::include_url('https://slides.robitalec.ca/git-and-projects.html')
```
## Basic R Markdown
Date: October 21 2019
Alec L. Robitaille
[Slides](https://slides.robitalec.ca/basic-rmd.html) and [Resources](https://gitlab.com/robitalec/workshops/-/archive/master/workshops-master.zip?path=basic-rmd)
```{r, echo = FALSE}
knitr::include_url('https://slides.robitalec.ca/basic-rmd.html')
```
## Developing R Packages
Date: October 25 2018
Alec L. Robitaille
[Slides](https://slides.robitalec.ca/r-packages.html) and [Resources](https://gitlab.com/robitalec/workshops/-/archive/master/workshops-master.zip?path=r-packages)
```{r, echo = FALSE}
knitr::include_url('https://slides.robitalec.ca/r-packages.html')
```
## Functions in R
Date: October 25 2018
Alec L. Robitaille
[Slides](https://slides.robitalec.ca/functions-in-r.html) and [Resources](https://gitlab.com/robitalec/workshops/-/archive/master/workshops-master.zip?path=functions-in-r)
```{r, echo = FALSE}
knitr::include_url('https://slides.robitalec.ca/functions-in-r.html')
```
## Introduction to data.table
Date: November 16 2017
Alec L. Robitaille
[Slides](https://slides.robitalec.ca/intro-data-table.html) and [Resources](https://gitlab.com/robitalec/workshops/-/archive/master/workshops-master.zip?path=intro-data-table)
```{r, echo = FALSE}
knitr::include_url('https://slides.robitalec.ca/intro-data-table.html')
```
## Introduction to ggplot2
Date: November 2 2017
Alec L. Robitaille
[Slides](https://slides.robitalec.ca/intro-ggplot.html) and [Resources](https://gitlab.com/robitalec/workshops/-/archive/master/workshops-master.zip?path=intro-ggplot)
```{r, echo = FALSE}
knitr::include_url('https://slides.robitalec.ca/intro-ggplot.html')
```