-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
74 lines (74 loc) · 2.5 KB
/
_site.yml
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
name: "GEOG-364"
output_dir: "."
navbar:
title: "GEOG-364"
left:
- text: "Home"
href: index.html
- text: "Tutorials"
menu:
- text: "1. About R, R-Studio & R-Studio Cloud"
href: pg_Tut1_about.html
- text: "2. Getting started"
href: pg_Tut2_startup.html
- text: "3. Console Basics"
href: pg_Tut3_basics.html
- text: "4. Markdown"
href: pg_Tut4_markdown.html
- text: "5. Lab Template"
href: pg_Tut5_checklist.html
- text: "6. Reading in/saving data"
href: pg_Tut6_input_output.html
- text: "7. Data wrangling"
href: pg_Tut7_wrangle.html
- text: "8. Exploratory Data Analysis"
href: pg_Tut8_summarystat.html
- text: "9. Distributions & Inferential Stats"
href: pg_Tut9_dist_stats.html
- text: "10. Plotting non-spatial data"
href: pg_Tut10_plot.html
- text: "11. Spatial data analysis"
href: pg_Tut11_spatial101.html
- text: "12. Point Pattern analysis"
href: pg_Tut12_pointpattern.html
- text: "13. Coding"
href: pg_Tut13_coding.html
- text: "Labs"
menu:
- text: "Lab 1: R-Basics"
href: pg_364Lab1_Basics_2021.html
- text: "Lab 2: Playing with data"
href: pg_364Lab2_Summary_2021.html
- text: "Lab 3: Spatial"
href: pg_364Lab3_Spatial_2021.html
- text: "Lab 4: Spatial Intermediate"
href: pg_364Lab4_Manip_2021.html
- text: "Lab 5: Join Counts"
href: pg_364Lab5_tobler_2021.html
- text: "Lab 6: Census Moran"
href: pg_364Lab6_moran_2021.html
- text: "Lab 7: LISA and Regression"
href: pg_364Lab7_Regression_2021.html
- text: "Lab 8: Point Pattern"
href: pg_364Lab8_PointPattern_2021.html
- text: "PROJECT"
menu:
- text: "Downloading Secondary datasets"
href: 364Data_TutorialDownload.html
- text: "Dealing with Point Data"
href: 364Data_TutorialWranglePoint.html
- text: "Dealing with Polygon Data"
href: 364Data_TutorialWranglePolygon.html
output:
html_document:
theme: flatly
highlight: textmate
mathjax: ~
toc_depth: 4
toc_float:
collapsed: yes
smooth_scroll: yes
number_sections: yes
css: styles.css
keep_md: true
lib_dir: site_libs