plotAnoms {waterData} | R Documentation |
Plots streamflow anomalies
Description
Function to plot hydrologic time series and anomalies
Usage
plotAnoms(data, ...)
Arguments
data |
is the anomaly list from the function compAnom. |
... |
further arguments to be passed to plotting method (see par). |
Value
a plot.
Examples
## Not run:
q05054000.85 <- importDVs("05054000", sdate="1985-01-01", edate="2010-09-30")
anoms05054000 <- compAnom(q05054000.85, which=1)
plotAnoms(anoms05054000)
## End(Not run)
[Package waterData version 1.0.8 Index]