forked from stevexniu/spots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
70 lines (60 loc) · 1.45 KB
/
_pkgdown.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
url: https://stevexniu.github.io/spots/
destination: docs
template:
package: preferably
params:
bootswatch: united
toggle: manual
navbar:
structure:
left:
- articles
- reference
- news
right: github
components:
reference:
text: Reference
href: reference/index.html
news:
text: News
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/stevexniu/spots/
aria-label: github
articles:
text: Vignettes
menu:
- text: Get started
href: articles/get_started.html
- text: SCA vs PCA
href: articles/SCA_vs_PCA.html
reference:
- title: Moran's
desc: Functions to calculate univariate and multivariate Moran’s I
- contents:
- has_concept("moransi")
- title: Local Indicators of Spatial Association
desc: Functions to calculate local spatial statistics
- contents:
- has_concept("local")
- title: Spatial Component Analysis
desc: Functions for Spatial Component Analysis (SCA)
- contents:
- has_concept("sca")
- title: Hexagonal Nearest Neighbor
desc: Functions related to Hexagonal Nearest Neighbor (HNN) calculation
- contents:
- has_concept("hnn")
- title: Statistical Tests
desc: Functions related to test statistics
- contents:
- has_concept("stats")
- title: Datasets
desc: Available datasets to load
- contents:
- has_concept("data")
- title: Package Information
- contents:
- spots-package