plot.baseflow: Plot an Object

View source: R/plot.baseflow.R

plot.baseflowR Documentation

Plot an Object

Description

Plot an object of class "baseflow" from any baseflow analysis.

Usage

## S3 method for class 'baseflow'
plot(x, which = "All", set.up = TRUE, ...)

Arguments

x

an object of class "baseflow."

which

either "All" for the entire hydrogaph, "by year" for calendar year hydrographs, or the calendar year to plot.

set.up

set up the graphics page? Set to FALSE if the graphics page has been set up with a call to setPage.

...

any additional arguments to timePlot, other than x and y.

Value

The object x is returned invisibly

Side Effect

The object x is plotted

See Also

bfi, hysep, part,


USGS-R/DVstats documentation built on Oct. 11, 2022, 6:03 a.m.