-
Notifications
You must be signed in to change notification settings - Fork 115
/
_pkgdown.yml
74 lines (71 loc) · 1.95 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
73
url: https://davidcarslaw.github.io/openair/
template:
bootstrap: 5
bslib:
bootswatch: lumen
pkgdown-nav-height: 100px
navbar:
title: openair
structure:
left: [intro, reference, news, book, articles, tutorials]
right: [search, github]
components:
reference:
text: Functions
href: reference/index.html
news:
text: News
href: news/index.html
book:
text: Book (external)
href: https://bookdown.org/david_carslaw/openair/
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