-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_pkgdown.yml
70 lines (68 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
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: '00 epiflows: package overview'
href: articles/introduction.html
- text: 01 Data Preparation
href: articles/epiflows-class.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/reconhub/epiflows
reference:
- title: Package Description
desc: ~
contents:
- '`epiflows`'
- title: Statistical procedures
desc: "Estimate travel-related disease spread"
contents:
- '`estimate_risk_spread`'
- title: Epiflows class
desc: "Constructors and options for the epiflows data class"
contents:
- '`make_epiflows`'
- '`global_vars`'
- '`set_vars`'
- '`add_coordinates`'
- title: Accessors/Converters
desc: "Accessors for elements within the epiflows data class"
contents:
- '`get_flows`'
- '`get_id`'
- '`get_locations`'
- '`get_n`'
- '`get_pop_size`'
- '`as.SpatialLinesDataFrame`'
- '`[.epiflows`'
- '`print.epiflows`'
- title: Visualization
desc: ~
contents:
- '`plot.epiflows`'
- '`grid_epiflows`'
- '`map_epiflows`'
- '`vis_epiflows`'
- title: Data Sets
desc: ~
contents:
- '`YF_Brazil`'