-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy path_pkgdown.yml
55 lines (53 loc) · 1.55 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
url: https://openair-project.github.io/openair/
template:
package: openairpkgdown
reference:
- title: Data
desc: In-built data to demonstrate openair functions.
contents: mydata
- title: Import
desc: Import tidy air quality data from the UK and Europe.
contents: has_concept("import functions")
- title: Directional Analysis
- subtitle: Polar Analysis
desc: Examine the relationship between wind speed, wind direction and pollutant
concentrations.
contents: has_concept("polar directional analysis functions")
- subtitle: Trajectory Analysis
desc: Analyse and visualise HYSPLIT trajectory files.
contents: has_concept("trajectory analysis functions")
- title: Time Series and Trends
desc: Examine how pollutant concentrations change with time.
contents: has_concept("time series and trend functions")
- title: Model Evaluation
desc: Compare models against measurements and models against other models.
contents: has_concept("model evaluation functions")
- title: Other Plots
desc: Additional plotting functions for visualising air quality data.
contents:
- summaryPlot
- runRegression
- scatterPlot
- corPlot
- linearRelation
- calcFno2
- title: Utilities
- subtitle: Plot Utilities
desc: Tools for refining openair plots.
contents:
- openColours
- quickText
- drawOpenKey
- subtitle: Data Utilities
desc: Tools for manipulating and summarising air quality data.
contents:
- aqStats
- binData
- bootMeanDF
- calcPercentile
- cutData
- rollingMean
- selectByDate
- selectRunning
- splitByDate
- timeAverage