-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
executable file
·38 lines (33 loc) · 909 Bytes
/
_quarto.yml
File metadata and controls
executable file
·38 lines (33 loc) · 909 Bytes
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
project:
type: website
output-dir: docs
website:
title: "ES214 R tutorials"
navbar:
left:
- href: index.qmd
text: "Home"
- href: Getting_started_with_R/Getting_started_with_R.qmd
text: "Getting started with R"
- href: PPM/PPM_analysis.qmd
text: "PPM"
- href: Homogenous_ANN/Homogenous_ANN.qmd
text: "ANN: homogeneous case"
- href: Inhomogenous_ANN/Inhomogenous_ANN.qmd
text: "ANN: inhomogeneous case"
- href: moranI/Mapping_and_Morans.qmd
text: "Spatial autocorrelation: Contiguity"
- href: moranI_distance/MoranI_distance_band.qmd
text: "Spatial autocorrelation: Distance"
page-footer:
right: "Creative Commons License, Manny Gimond, 2024"
format:
html:
theme:
- cosmo
- custom.scss
css: styles.css
toc: true
number_sections: true
execute:
cache: true