forked from ctmm-initiative/ctmmweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
84 lines (80 loc) · 1.67 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
71
72
73
74
75
76
77
78
79
80
81
82
83
title: ctmmweb
url: https://ctmm-initiative.github.io/ctmmwebdoc
destination: ../ctmmwebdoc/docs
template:
params:
bootswatch: flatly
reference:
- title: "Start the app"
desc: ~
contents:
- '`app`'
- title: "Basic Data Structure for app"
desc: Input ctmm telemetry data need to be converted to `data.table` for app uses
contents:
- '`as_tele_list`'
- '`report`'
- '`collect`'
- title: "Plot Location and Time"
desc: ~
contents:
- '`BIGGER_THEME`'
- '`plot_loc`'
- '`plot_loc_facet`'
- '`plot_time`'
- title: "Variograms, Models, Home Range Estimation, Occurrence"
desc: ~
contents:
- '`summary_tried_models`'
- '`flatten_models`'
- '`overlap_2d_to_1d`'
- '`overlap_matrix_to_dt`'
- '`plot_vario`'
- '`plot_ud`'
- title: "Map"
desc: ~
contents:
- '`base_map`'
- '`point_map`'
- '`range_map`'
- '`point_range_map`'
- '`heat_map`'
- '`add_control`'
- title: "Parallel Computing"
desc: ~
contents:
- '`align_lists`'
- '`par_lapply`'
- '`par_fit_models`'
- '`par_try_models`'
- '`par_occur`'
- title: "Misc Utilitiy Functions"
desc: ~
contents:
- '`assign_distance`'
- '`assign_speed`'
- '`pick`'
- '`JS.logify`'
- '`multi_title`'
- '`zip_folder`'
- '`get_names`'
- '`%>%`'
navbar:
title: ctmmweb
type: inverse
left:
- text: App Usage
menu:
- text: Demo
href: articles/demo.html
- text: Installation
href: articles/installation.html
- text: Package Usage
href: articles/package_usage.html
- text: References
href: reference/index.html
right:
- text: News
href: news/index.html
- icon: fa-github fa-lg
href: https://github.com/ctmm-initiative/ctmmweb