Usage
p.flow_comp(data, xdata = 1:NROW(data), measured = NULL, data.names = data.types$beschreibung_en[csubset], csubset = c(10, 29, 6, 8, 9, 5, 11), crain = 7, ylab = "flow [mm/h]", c.flow_com = NULL, l.flow_com = NULL, interflow_correction = TRUE, interflow_row = 11, baseflow_row = 8, legend.position = "right", ...)
p.storage(data, xdata, measured, data.names = data.types$beschreibung_en, storage = c(18, 20, 22, 24, 26), catchment = 1, mfrow = c(2, 3), ...)
p.balance(data, xdata, measured, plot = TRUE, flows = c(7, 10, 3, 1), storage = c(18, 20, 22, 24, 26), catchment = 1, xlab = "time", ...)
Arguments
xdata
Values ploted on the x axis, usually read with read.dates
data.names
Names of data series used for legends and y-axes
storage
Vector or integers, indicating which data series to use as storages
plot
Boolean, indicating whether to plot the integrated flow components
csubset
vector of indices indicating which components to plot
crain
index of the column in data
which carries rain information
interflow_correction
Boolean indicating whether baseflow should be subtracted from interflow (because WaSiM reports the sum of the two as interflow)
interflow_row
index of the column in data
which contains interflow information
baseflow_row
index of the column in data
which contains baseflow information
ylab
label to use for y-axis
xlab
label to use for x-axis
mfrow
mfrow parameter for plots
legend.position
position parameter for legend command
c.flow_com
vector of colors to use for the different flow components
l.flow_com
vector of line widths to use for the different flow components
catchment
Which subcatchment should be ploted (column index from data)
flows
numeric vector indicating which flow components to plot (indices from data)
...
Additional arguments passed to plot