-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_pkgdown.yml
72 lines (69 loc) · 1.86 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
url: https://robwschlegel.github.io/heatwaveR/index.html
navbar:
title: heatwaveR
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Vignettes"
menu:
- text: "Basic Detection and Visualisation of Events"
href: articles/detection_and_visualisation.html
- text: "Calculating and Visualising Event Categories"
href: articles/event_categories.html
- text: "Calculating and Visualising Exceedances"
href: articles/exceedance.html
- text: "Alternative Thresholds"
href: articles/complex_clims.html
- text: "Trend and Breakpoint Analyses"
href: articles/MHW_metric_trends.html
- text: "Downloading and Preparing OISST Data"
href: articles/OISST_preparation.html
- text: "Detecting Events in Gridded Data"
href: articles/gridded_event_detection.html
- text: "Download, Prepare, and Analyse Data: Alternative"
href: articles/Download_SST_v2.html
- text: "Saving MHW Results to NetCDF"
href: articles/MHW_to_nc.html
- text: "Tutorial"
href: http://choc.imev-mer.fr/shiny/demoMHW/
- text: "Citations"
href: CITATIONS.html
- text: "News"
href: news/index.html
right:
- icon: fa-github fa-lg
text: "github"
href: https://github.com/robwschlegel/heatwaveR
reference:
- title: Functions
desc: ~
contents:
- '`ts2clm`'
- '`ts2clm3`'
- '`detect_event`'
- '`detect_event3`'
- '`block_average`'
- '`category`'
- '`exceedance`'
- '`event_line`'
- '`lolli_plot`'
- '`geom_flame`'
- '`geom_lolli`'
- title: Data
desc: ~
contents:
- '`Algiers`'
- '`sst_Med`'
- '`sst_NW_Atl`'
- '`sst_WA`'
template:
bootstrap: 5
params:
bootswatch: spacelab
ganalytics: UA-118123016-1
docsearch:
api_key: '2edc7627dae0471f3d765c3355bebbf3'
index_name: 'heatwaver'