-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
81 lines (77 loc) · 1.88 KB
/
Copy path_pkgdown.yml
File metadata and controls
81 lines (77 loc) · 1.88 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
url: https://dshkol.github.io/griddy/
template:
bootstrap: 5
bootswatch: flatly
home:
title: griddy
description: Geospatial distribution dynamics for sf and tidy data.
links:
- text: Get Started
href: articles/griddy.html
- text: GitHub
href: https://github.com/dshkol/griddy
navbar:
structure:
left: [intro, reference, articles, news]
right: [github]
components:
intro:
text: Get Started
href: articles/griddy.html
articles:
text: Articles
menu:
- text: Core Workflow
href: articles/griddy.html
- text: Prior Art Comparison
href: articles/prior-art-comparison.html
- text: tidycensus Workflow
href: articles/tidycensus-workflows.html
- text: cancensus Workflow
href: articles/cancensus-workflows.html
- text: Performance
href: articles/performance.html
github:
icon: fab fa-github
aria-label: GitHub repository
href: https://github.com/dshkol/griddy
reference:
- title: Core Workflow
contents:
- classify_dynamics
- class_intervals
- markov_dynamics
- transition_matrix
- steady_state
- spatial_markov
- lag_intervals
- rank_mobility
- title: Chain Summaries
contents:
- sojourn_time
- first_passage
- mobility_index
- title: Inference
contents:
- homogeneity_test
- title: Plotting
contents:
- plot_transition_matrix
- plot_spatial_markov
- plot_rank_mobility
- title: Data
contents:
- usjoin
articles:
- title: Get Started
navbar: ~
contents:
- griddy
- title: Data Workflows
contents:
- articles/tidycensus-workflows
- articles/cancensus-workflows
- title: Validation And Benchmarks
contents:
- articles/prior-art-comparison
- articles/performance