plotAnoms: Plots streamflow anomalies

Description Usage Arguments Value Examples

Description

Function to plot hydrologic time series and anomalies

Usage

1

Arguments

data

is the anomaly list from the function compAnom.

...

further arguments to be passed to plotting method (see par).

Value

a plot.

Examples

1
2
3
4
5
6
 ## 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)

waterData documentation built on May 2, 2019, 3:38 p.m.