-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
52 lines (51 loc) · 1.2 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
articles:
- title: onmsR Vignettes
navbar: ~
contents:
- Introduction
- Overview
- Calcofi
- Erddap
- Marine
- Reporting
- Utilities
reference:
- title: "Data: Fisheries (CalCOFI)"
desc: Generate figures for [CalCOFI](http://calcofi.org) dataset.
contents:
- calcofi_map
- calcofi_plot
- title: "Data: Oceanography (ERDDAP)"
desc: Extract, calculate and plot oceanographic data.
contents:
- calculate_SST_anomaly
- calculate_statistics
- get_dates
- ply2erddap
- plot_metric_timeseries
- plot_SST_anomaly
- title: "Data: Rocky intertidal (MARINe)"
desc: Produce interactive maps and plots.
contents:
- starts_with("rocky")
- title: Reporting functions
desc: Render html for R markdown files that form the modal windows.
contents:
- generate_html_4_rmd
- get_figure_info
- get_modal_info
- md_caption
- render_all_rmd
- render_figure
- glossarize_md
- insert_tooltip
- rmd2html
- create_website
- title: Sanctuaries utilities
desc: Utility functions for Sanctuary regions.
contents:
- get_nms_polygons
- title: Other
desc: Other functions not defined by concepts above
contents:
- lacks_concepts(c("utility", "calcofi", "erddap", "rocky"))