-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path_site.yml
More file actions
102 lines (100 loc) · 2.52 KB
/
Copy path_site.yml
File metadata and controls
102 lines (100 loc) · 2.52 KB
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
94
95
96
97
98
99
100
101
name: GEOG 4/590
navbar:
title: "R for Earth-System Science"
left:
- text: Overview
href: overview.html
- text: Topics
menu:
- text: Lecture topics
- text: "Introduction: R, RStudio, and other infrastructure"
href: intro.html
- text: Using R
href: usingR.html
- text: "Earth-system science data"
href: ESSdata.html
- text: "netCDF in R"
href: netCDF.html
- text: "netCDF and terra"
href: netcdf_terra.html
- text: "Plots (1)"
href: plots1.html
- text: "Plots (2)"
href: plots2.html
- text: "Maps (1)"
href: maps1.html
- text: "Maps (2)"
href: maps2.html
- text: "Geospatial analyses"
href: geospatial.html
- text: "Regression 1"
href: regression1.html
- text: "Regression 2"
href: regression2.html
- text: "PCA"
href: pca.html
- text: "High-resolution & high-dimensional data"
href: highdim.html
- text: "Multivariate methods"
href: multivariate.html
- text: "Time-series analysis"
href: timeseries.html
- text: "Other topics"
- text: "sf / stars / sftime"
href: sf_stars_sftime.html
- text: "HDF in R"
href: hdf5_intro.html
- text: "Long-term means and anomalies"
href: anomalies.html
- text: "Time-series plots"
href: tsplots.html
- text: Tasks
menu:
- text: "Tasks"
- text: "Install R and RStudio"
href: installR.html
- text: "Using R exercise"
href: Ex_UsingR.html
- text: "Install netCDF & Panoply"
href: install_netCDF.html
- text: "File transfer"
href: transfer.html
- text: "Install a text editor"
href: texteditor.html
- text: "Project data set selection"
href: dataselection.html
- text: "Markdown and RMarkdown"
href: markdown.html
- text: "R Scripts and R Markdown"
href: scripts_and_md.html
- text: "GitHub"
href: github.html
- text: "pages.uoregon.edu"
href: pages.html
- text: "Local websites"
href: localweb.html
- text: Other
menu:
- text: Readings
href: readings.html
- text: Class projects
href: classprojects.html
- text: Old course web pages
href: websites.html
right:
- text: About
href: about.html
output:
html_document:
theme: cosmo
version: 4
highlight: haddock
css: html-md-01.css
fig_caption: no
number_sections: yes
toc: yes
toc_float: no
collapsed: no
lib_dir: site_libs
self_contained: no
output_dir: docs