-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.Rmd
36 lines (28 loc) · 1.38 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
---
title: "GEOG 4/595: Geographic Data Analysis"
output:
html_document:
fig_caption: no
number_sections: no
toc: no
toc_float: false
collapsed: no
---
```{r set-options, echo=FALSE}
options(width = 105)
knitr::opts_chunk$set(dev='png', dpi=300, cache=TRUE)
pdf.options(useDingbats = TRUE)
```
![](images/annp.png)
**GEOG 4/595: Winter 2021, Asynchronous Lecture Time 2:15-3:45 T&Th**
- Topic: Visualization and Data Analysis
- Instructor: Pat Bartlein, [email protected], Ph: 541-346-4967, OH: 3-4p W
- GE: Kate Shields, [email protected], OH: 3-4p W & 10-11a F.
**Course overview:** Phenomena describable by multiple variables arise in many subfields of physical and human geography and related disciplines. The focus of this course is on the analysis and display of multivariate geographical data by traditional multivariate "machine-learning" methods and by newer methods of scientific visualization. The R data-analysis and computing environment will be used.
**Course materials:** (See pull-down menus above.)
- Overview: Course overview, syllabus, etc.
- Topics: Individual lectures and discussion topics
- Exercises: Exercises and related materials
- Resources: Readings, data sets, etc.
**Department of Geography, University of Oregon --
[[https://pjbartlein.github.io/GeogDataAnalysis/index.html]](https://pjbartlein.github.io/GeogDataAnalysis/index.html)**