plotAnoms {waterData} | R Documentation |
Function to plot hydrologic time series and anomalies
plotAnoms(data, ...)
data |
is the anomaly list from the function compAnom. |
... |
further arguments to be passed to plotting method (see par). |
a plot.
## 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)