plot_rainfall.runoff: Make rainfall runoff plot

Description Usage Arguments Value Author(s) References Examples

Description

method to create a nice rainfall runoff plot with rainfall from top and runoff as measured and modelled time series.

Usage

1
2
3
4
5
plot_rainfall.runoff(rain, q.model, q.measured = NULL, myColors =
                 data.frame(measured = c("grey"), modelled =
                 c("black"), rain = c("grey")), q.units = "mm/h",
                 p.units = "mm/h", 
		 mar = c(3, 4, 2, 4) + 0.1, cex.rain = 1, ...)

Arguments

rain

zoo-object with rainfall data

q.model

zoo-object with modelled discharge data

q.measured

zoo-object with measured discharge data

myColors

data.frame defining colors for plotting

q.units

character: units of the discharge: used for axis label

p.units

character: units of the rainfall: used for axis label

cex.rain

numeric: Size of the axis lable for rainfall

mar

see par

...

other arguments passed to plot.zoo

Value

used for side effect: plotting

Author(s)

Dominik Reusser

References

thePaper

Examples

1
2
3
4
data(huagrahuma)
attach(huagrahuma)

plot_rainfall.runoff(rain = zoo(inputs$P), q.model=zoo(inputs$Q), q.units = "mm/ 15min", p.units = "mm/15min")

RHydro documentation built on May 2, 2019, 6:24 p.m.