-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
40 lines (34 loc) · 1.03 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
url: https://openair-project.github.io/openairmaps/
template:
package: openairpkgdown
reference:
- title: Data
desc: In-built data to demonstrate openair functions.
contents:
- polar_data
- traj_data
- title: Network Visualisation
desc: Quickly visualise UK air quality networks.
contents:
- has_concept("uk air quality network mapping functions")
- title: Directional Analysis
desc: Create HTML `leaflet` and static `ggplot2` maps with polar plot markers.
contents:
- has_concept("directional analysis maps")
- addPolarMarkers
- title: Trajectory Analysis
desc: Create HTML `leaflet` and static `ggplot2` maps of HYSPLIT trajectories.
contents:
- has_concept("interactive trajectory maps")
- has_concept("static trajectory maps")
- addTrajPaths
- title: Utilities
desc: Tools to assist other openairmaps functions.
contents:
- buildPopup
- quickTextHTML
- convertPostcode
- title: Deprecated
desc: Functions which are no longer recommended for use.
contents:
- has_concept("deprecated functions")