-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
90 lines (87 loc) · 1.96 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
url: https://massbays-tech.github.io/MassWateR
template:
bootstrap: 5
assets: inst/extdata
navbar:
structure:
left: [intro, reference, articles, resources, tutorials, news]
right: [search, github]
components:
reference:
text: Functions
href: reference/index.html
resources:
text: Resources
href: RESOURCES.html
articles:
- title: Get Started
navbar: ~
contents:
- MassWateR
- title: Articles
navbar: ~
contents:
- inputs
- outlierchecks
- qcoverview
- analysis
- utility
- modifying
- wqx
- outofstate
reference:
- title: Read, check, and format data
desc: >
Functions for importing, checking, and formatting the results and data quality objectives data.
contents:
- readMWRresults
- readMWRresultsview
- checkMWRresults
- formMWRresults
- readMWRacc
- checkMWRacc
- formMWRacc
- readMWRfrecom
- checkMWRfrecom
- formMWRfrecom
- readMWRsites
- checkMWRsites
- readMWRwqx
- checkMWRwqx
- formMWRwqx
- title: Outlier analysis
desc: >
Functions for evaluating outliers as plots and generating tabular output.
contents:
- anlzMWRoutlier
- anlzMWRoutlierall
- title: Quality control checks, table and report creation
desc: >
Functions for running quality control checks, generating tables, and creating the overall report.
contents:
- qcMWRreview
- qcMWRacc
- tabMWRacc
- qcMWRfre
- tabMWRfre
- qcMWRcom
- tabMWRcom
- tabMWRwqx
- title: General analysis
desc: >
Functions for creating analysis plots of the results data.
contents:
- anlzMWRseason
- anlzMWRdate
- anlzMWRsite
- anlzMWRmap
- title: Utility functions
desc: >
This is a collection of functions used internally by all other functions. They are not to be called directly.
contents: starts_with('util')
- title: Supplementary datasets
desc: >
Supplementary datasets for the read, quality control, and analysis functions.
contents:
- paramsMWR
- thresholdMWR