-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.qmd
48 lines (43 loc) · 1.89 KB
/
index.qmd
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
---
title: learn-r
image: images/r-logo.png
toc: false
about:
id: atf
template: trestles
image-shape: rounded
image-width: 20em
# image-alt: R Logo
# image-title:
format: # to suppress pdf link
html:
toc: false
---
# Learn R
::: {#atf}
A collection of learning resources for the R programming language. Generally
designed for the novice, these lessons assume little background knowledge with R
or programming in general. The majority of the lessons could be completed with
the basic R package, but I highly encourage the use of the RStudio development
environment, especially for novices. If you are new to R, you can find
installation details on the
[installation and instruction page](000-setup-instructions.qmd).
:::
## Lessons
- [Your first plot in R](001-basic-graphing.qmd)
- [Stats in R: lightning intro](002-intro-stats.qmd)
- [Introduction to Multivariate Statistics in R](003-intro-multivariate.qmd)
- [Next level visualization with ggplot](004-intro-ggplot.qmd)
- [Dynamic reports with knitr](005-intro-knitr.qmd)
- [Heatmaps in R (with data wrangling!)](006-heatmaps.qmd)
- [Writing your own functions in R](007-intro-functional-programming.qmd)
- [Clusters and heatmaps in ggplot2](008-ggplot-dendrograms-and-heatmaps.qmd)
- [Heatmaps: the gene expression edition](009-expression-heatmaps.qmd)
- [*Aside*: Git and GitHub in RStudio](010-github.qmd)
- [A *very* brief introduction to species distribution models in R](011-species-distribution-models.qmd)
- [Easier data manipulation and visualization with the tidyverse](012-intro-tidyverse.qmd)
- [Introduction to summarizing and visualizing data for R novices](014-intro-summarizing-visualizing.qmd)
- [Interactive dashboards with Shiny](016-intro-shiny.qmd)
- [Mapping with Open Street Maps in R](017-open-street-map.qmd)
- [Machine learning in R part 1: regression](018-ml-regression.qmd)
- [Intro to Geospatial data in R](019-intro-geo.qmd)