-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
58 lines (55 loc) · 1.48 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
url: https://digivet-consortium.github.io/movenet/
template:
bootstrap: 5
reference:
- title: Loading and reformatting of data files
desc: Functions for loading and initial processing of data files
contents:
- load_config
- reformat_data
- asciify
- title: Enhancing the privacy of movement or holding data
desc: Functions for making data less identifiable
contents:
- anonymise
- starts_with("jitter")
- starts_with("round")
- create_anonymisation_effect_analysis_report
- title: Network analysis of movement data
desc: Functions for generating network representations of movement data and performing
network analyses
contents:
- movedata2igraph
- movedata2networkDynamic
- create_temporal_network_analysis_report
- create_anonymisation_effect_analysis_report
- parallel_summarise_temporal_node_properties
- trace_contact_chains
- title: Configurations
desc: Functions for setting and changing movenet configurations
contents:
- load_config
- validate_config
- get_config
- change_config
- save_config
- new_config
- title: Example data
desc: Example data files and structures included in movenet
contents:
- example_admin_areas
- example_movement_data.csv
- example_movement_data
- example_holding_data.csv
- example_holding_data
- local_spread_probabilities_ASF
articles:
- title: ~
navbar: ~
contents:
- movenet
- configurations
- pseudonymise
- network-analysis
- trace-contact-chains
- anonymisation-effect-analysis