Plot a hydrograph
plot.hydrograph.Rd
Plot a hydrograph
Usage
# S3 method for class 'hydrograph'
plot(x, ..., ylab = "Discharge", xlab = "Time")
Arguments
- x
Hydrograph object.
- ...
Other arguments to pass to the
curve()
function.- ylab, xlab
Y-axis and x-axis labels for the plot.
Details
Calls the curve()
function on the hydrograph function,
plotted from the beginning to the end of the hydrograph event timeline.