Description Usage Arguments Value Author(s) References Examples
method to create a nice rainfall runoff plot with rainfall from top and runoff as measured and modelled time series.
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, ...)
|
rain |
|
q.model |
|
q.measured |
|
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 |
... |
other arguments passed to |
used for side effect: plotting
Dominik Reusser
thePaper
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.