-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
72 lines (72 loc) · 1.94 KB
/
_pkgdown.yml
File metadata and controls
72 lines (72 loc) · 1.94 KB
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
url: https://usace-rmc.github.io/rfaR/
template:
bootstrap: 5
bootswatch: yeti
light-switch: false
home:
title: "rfaR — Reservoir Frequency Analysis"
description: "Stratified Monte Carlo stage-frequency analysis for dam & levee safety applications"
links:
- text: USACE Risk Management Center
href: https://www.rmc.usace.army.mil/Software/RMC-RFA/
navbar:
structure:
left: [intro, reference, articles, news]
components:
articles:
text: Articles
menu:
- text: Validation
href: articles/index.html
- text: Technical Reference
href: articles/rfaR-Realization-Conceptual.html
reference:
- title: "Execute Reservoir Frequency Analysis"
desc: "Top-level function that uses primary modules to conduct reservoir-frequency analysis"
contents:
- rfa_simulate
- title: "Primary Reservoir Frequency Analysis Modules"
desc: "Core functions for reservoir frequency analysis"
contents:
- stratified_sampler
- flow_frequency_sampler
- flow_frequency_sampler_expected
- hydrograph_setup
- scale_hydrograph
- mod_puls_routing
- stage_frequency_curve
- title: "Additional Utilities"
desc: "Supporting utility functions"
contents:
- bootstrap_vfc
- qp3
- aep2stage
- stage2aep
- interpolate_aep_matrix
- interpolate_stage_matrix
- power_function
- theme_rfar_conceptual
- pmf_stage_lognormal
- rejection_sampling_stage
- title: "Datasets"
desc: "Example datasets included with rfaR"
contents:
- starts_with("jmd_")
- starts_with("cc_")
- example_stratified
articles:
- title: Validation
navbar: Validation
contents:
- validation-hydrograph_sampling
- validation-hydrograph_scaling
- validation-mod_puls_routing
- validation-seasonality_sampling
- validation-starting_stage
- validation-stratified_sampler
- validation-vfc_parameter_sets
- title: Technical Reference
navbar: Technical Reference
contents:
- rfaR-Realization-Conceptual
- project-setup