Skip to contents

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.

Value

A base R plot of the hydrograph.

Details

Calls the curve() function on the hydrograph function, plotted from the beginning to the end of the hydrograph event timeline.