vis_discharge: Visualize mHM discharge output

Description Usage Arguments Value Note Author(s) See Also Examples

Description

Compare mHM modeled and observed streamflow

Usage

1
2
vis_discharge(file = file.choose(), ylab = "Discharge  [m\U{00B3}/s]",
  pdf = TRUE, png = FALSE, ...)

Arguments

file

Name of mHM output file like "some/path/output/daily_discharge.out". DEFAULT: file.choose()

ylab

Y axis label. DEFAULT: "Discharge [m^3/s]"

pdf, png

Save output to disc? See pdf_png. DEFAULT: PDF=TRUE, png=FALSE

...

Further arguments passed to plot

Value

invisible List with qout (data.frame), days (Date), NSE and KGE (numbers)

Note

na.strings may not yet always be recognized correctly.

Author(s)

Berry Boessenkool, berry-b@gmx.de, Feb 2017

See Also

pdf_png

Examples

1
# to be added

brry/mhmVis documentation built on May 13, 2019, 7:53 a.m.