-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 2.06 KB
/
DESCRIPTION
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
Package: razviz
Type: Package
Title: A package to visualize performance of HEC-RAS models
Version: 0.0.4
Date: 2020-06-28
Authors@R: c(person("Michael", "Dougherty", role = c("aut", "cre"),
email = "[email protected]"),
person("Leigh", "Allison", role = "ctb",
email = "[email protected]"),
person("David", "Tsai", role = "ctb",
email = "[email protected]"),
person("Daniel", "Smith", role = "ctb",
email = "[email protected]")
)
Author: Michael Dougherty [aut, cre]
Maintainer: Michael Dougherty <[email protected]>
Description: This package contains a set of standard graphing and summary table
functions to help streamline the review and evaluation of HEC-RAS model
results during calibration. The package currently contains functions for
producing reports containing the following visualizations. Hydrographs -
Compare modeled versus observed values for both water surface elevation and
discharge by cross section and model scenario. Longitudinal Profile Graph -
Compare water surface elevation by river mile for multiple model scenarios.
Graphs can also contain additional annotations (i.e., gage locations, levee
elevations, bridge elevations, river features, and high water marks) helpful
for evaluating model results. Goodness of Fit Statistics Tables - A table
of goodness of fit statistics (i.e., R^2, RMSE, MAE) between modeled versus
observed values by cross section and model scenario.
URL: https://github.com/mpdougherty/razviz
BugReports: https://github.com/mpdougherty/razviz/issues
License: file LICENSE
Depends: R (>= 2.10)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown,
devtools,
forcats
Imports:
dplyr,
ggplot2,
ggrepel,
grDevices,
grid,
gridExtra,
lubridate,
readr,
scales,
stringr,
tibble,
tidyr
VignetteBuilder: knitr