Learn R Programming

waterData (version 1.0.8)

plotAnoms: 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

Run this code
 ## Not run: ------------------------------------
# q05054000.85 <- importDVs("05054000", sdate="1985-01-01", edate="2010-09-30")
# anoms05054000 <- compAnom(q05054000.85, which=1)
# plotAnoms(anoms05054000)
#  
## ---------------------------------------------

Run the code above in your browser using DataLab