-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
45 lines (38 loc) · 1010 Bytes
/
_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
url: ~
template:
params:
bootswatch: flatly
reference:
- title: Load and plot NGL data
contents:
- download_station_ngl
- download_all_stations_ngl
- download_estimated_velocities_ngl
- plot.gnss_ts_ngl
- title: Estimate a model
contents:
- gmwmx2
- summary.fit_gnss_ts_ngl
- plot.fit_gnss_ts_ngl
- title: Data
contents:
- df_estimated_velocities_gmwmx
navbar:
left:
- icon: fa-home
href: index.html
- text: Reference
href: reference/index.html
- text: "Examples"
menu:
- text: "Load and plot data from the Nevada Geodetic Laboratory"
href: articles/load_plot_data_ngl.html
- text: "Estimate a model"
href: articles/fit_model.html
- text: "Estimate a small network of GNSS station"
href: articles/estimate_small_network.html
- text: "Plot a large network of GNSS station"
href: articles/plot_large_network.html
right:
- icon: fa-github
href: https://github.com/SMAC-Group/gmwmx2