-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
153 lines (147 loc) · 3.65 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
url: https://raphaelnussbaumer.com/GeoPressureR/
template:
bootstrap: 5
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=M5FY4BPHTB"#' ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'M5FY4BPHTB');
</script>
development:
mode: auto
home:
sidebar:
structure: [community, citation, authors]
navbar:
left:
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
reference:
- title: Tag
desc: Core functions related to a `tag` object.
contents:
- tag_create
- tag_set_map
- tag_update
- subtitle: Visualize tag
desc: Print and plot a `tag` object.
contents:
- print.tag
- plot.tag
- plot_tag_pressure
- plot_tag_light
- plot_tag_twilight
- plot_tag_acceleration
- plot_tag_temperature
- subtitle: Label tag
desc: Core functions related to labelling a `tag` object.
contents:
- tag_label
- tag_label_auto
- tag_label_write
- tag_label_read
- tag_label_stap
- subtitle: Tag utilities
desc: Various utility functions related to a `tag` object.
contents:
- tag_assert
- tag2path
- tag2map
- title: GeoPressure
desc: Core functions of the [GeoPressureAPI](https://github.com/Rafnuss/GeoPressureAPI).
- subtitle: GeoPressure map
desc: Geopositioning based on pressure data.
contents:
- geopressure_map
- geopressure_map_mismatch
- geopressure_map_likelihood
- geopressure_map_preprocess
- subtitle: GeoPressure time series
desc: Retrieving time series pressure at a given location.
contents:
- geopressure_timeseries
- title: GeoLight
desc: Geopositioning based on light data.
contents:
- geolight_map
- twilight_create
- twilight_label_write
- twilight_label_read
- light2mat
- title: Graph
desc: Constructing the Hidden-Markov model with a `graph` and computing trajectory products.
contents:
- graph_create
- subtitle: Graph movement
desc: Defining the movement model, optionally using wind data and bird morphology.
contents:
- graph_set_movement
- graph_transition
- tag_download_wind
- graph_add_wind
- bird_create
- print.bird
- speed2prob
- edge_add_wind
- plot_graph_movement
- subtitle: Graph products
desc: Compute the three main products of the Hidden-Markov model.
contents:
- graph_most_likely
- graph_marginal
- graph_simulation
- subtitle: Graph utilities
desc: Utility functions for a `graph` object
contents:
- graph_assert
- print.graph
- title: Map
desc: Container for spatio-temporal (stationary periods) data.
contents:
- map_create
- print.map
- plot.map
- rast.map
- map_expand
- title: Path
desc: Data.frame of positions defining a bird trajectory.
contents:
- ind2path
- path2edge
- plot_path
- title: Pressurepath
desc: Data.frame of pressure time series along a path.
contents:
- pressurepath_create
- pressurepath_update
- plot_pressurepath
- path2elevation
- title: GeoPressureTemplate
desc: Wrapper functions for the full GeoPressureR worflow
contents:
- geopressuretemplate
- geopressuretemplate_tag
- geopressuretemplate_graph
- geopressuretemplate_pressurepath
- geopressuretemplate_config
- title: Param
desc: List of parameters used in `tag` and `graph`.
contents:
- param_create
- print.param
- title: Utilities
desc: General utility functions of the package.
contents:
- stap2flight
- stap2duration
- speed2bearing
- windsupport
- path2twilight
- geopressureviz
- GeoPressureR