-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
195 lines (177 loc) · 5.33 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
template:
params:
bootswatch: flatly
destination: docs
development:
mode: auto
url: https://bcgov.github.io/fasstr
home:
links:
- text: Browse other CRAN Task View Hydrology packages
href: https://CRAN.R-project.org/view=Hydrology
reference:
- title: Data Tidying
desc: Functions to add rows and columns of dates and discharge conversions
to daily streamflow data frames to prepare for custom analyses.
contents:
- fill_missing_dates
- add_date_variables
- add_seasons
- add_rolling_means
- add_basin_area
- add_daily_volume
- add_daily_yield
- add_cumulative_volume
- add_cumulative_yield
- title: Data Screening
desc: Functions to calculate and plot statistics to screen data
for outliers, gaps, and missing dates.
contents:
- plot_flow_data
- plot_flow_data_symbols
- screen_flow_data
- plot_data_screening
- plot_missing_dates
- plot_annual_symbols
- title: Flow Summary Statistics
desc: Functions to calculate and plot mean, median, minimum, and selected
percentiles flows. Can select duration (e.g. 7-day, 30-day) of
statistics using 'roll_days' arguments.
contents:
- calc_daily_stats
- plot_daily_stats
- calc_monthly_stats
- plot_monthly_stats
- plot_monthly_stats2
- plot_monthly_means
- calc_annual_stats
- plot_annual_stats
- plot_annual_stats2
- plot_annual_means
- calc_longterm_daily_stats
- plot_longterm_daily_stats
- calc_longterm_monthly_stats
- plot_longterm_monthly_stats
- calc_longterm_mean
- calc_longterm_percentile
- calc_flow_percentile
- plot_flow_duration
- title: Cumulative/Total Discharge Summary Statistics
desc: Functions to calculate and plot mean, median, minimum, and selected
percentiles flows for years (or seasons) by volume (cubic metres) or by
area-based water yield (mm) using the 'use_yield' and 'basin_area' arguments.
contents:
- calc_annual_cumulative_stats
- plot_annual_cumulative_stats
- calc_monthly_cumulative_stats
- plot_monthly_cumulative_stats
- calc_daily_cumulative_stats
- plot_daily_cumulative_stats
- title: Annual Statistics
desc: Functions to calculate and plot various annual statistics.
contents:
- calc_annual_lowflows
- plot_annual_lowflows
- calc_annual_highflows
- plot_annual_highflows
- calc_annual_extremes
- plot_annual_extremes
- plot_annual_extremes_year
- calc_annual_flow_timing
- plot_annual_flow_timing
- plot_annual_flow_timing_year
- calc_annual_normal_days
- plot_annual_normal_days
- plot_annual_normal_days_year
- calc_all_annual_stats
- title: Annual Trending Analysis
desc: Functions to compute and plot prewhitened, non-parametric
annual trends on streamflow data.
contents:
- compute_annual_trends
- title: Volume Frequency Analyses
desc: Functions to compute and plot volume frequency analyses on annual low
or high streamflow data (or custom data).
contents:
- compute_annual_frequencies
- compute_frequency_quantile
- compute_hydat_peak_frequencies
- compute_frequency_analysis
- title: Computing a Full Analysis
desc: Functions to compute a suite of data and plots from many
of the fasstr functions.
contents:
- compute_full_analysis
- write_full_analysis
- title: Writing Functions
desc: Functions to save the outputted objected (tibbles and lists
of plots) from the fasstr functions
contents:
- write_flow_data
- write_results
- write_plots
- write_objects_list
- title: Superseded
desc: Functions that are still supported but no longer receive active
development, as better solutions now exist.
contents:
- calc_annual_outside_normal
- calc_annual_peaks
- plot_annual_outside_normal
articles:
- title: Tutorials
desc: Using fasstr
contents:
- fasstr_users_guide
- fasstr_trending_analysis
- fasstr_frequency_analysis
- fasstr_full_analysis
- title: Exploration
desc: Exploring fasstr and R in hydrology
contents:
- articles/fasstr_dataRetrieval
# - articles/general_hydrology
- title: Under the Hood
desc: Internal fasstr workings
contents:
- fasstr_under_the_hood
navbar:
type: default
left:
- icon: fa-home
href: index.html
- text: Get Started
href: articles/fasstr.html
- text: Functions
href: reference/index.html
- text: Articles
menu:
- text: All Articles
href: articles/index.html
- text: --------
- text: Tutorials
- text: General Usage
href: articles/fasstr_users_guide.html
- text: Computing Annual Trends
href: articles/fasstr_trending_analysis.html
- text: Computing Volume Frequency Analyses
href: articles/fasstr_frequency_analysis.html
- text: Computing a Full Analysis
href: articles/fasstr_full_analysis.html
- text: --------
- text: Exploration
- text: Using USGS dataRetrieval data with fasstr
href: articles/articles/fasstr_dataRetrieval.html
- text: --------
- text: Under the Hood
- text: Internal Workflows
href: articles/fasstr_under_the_hood.html
- text: News
href: news/index.html
right:
- icon: fa-file-download
text: Download Cheatsheet
href: https://github.com/bcgov/fasstr/raw/main/fasstr_cheatsheet.pdf
- icon: fa-github fa-lg
text: GitHub
href: https://github.com/bcgov/fasstr