plot.rise: Plot an Object

View source: R/plot.rise.R

plot.riseR Documentation

Plot an Object

Description

Plot an object of class "rise" from a groundwater rise analysis.

Usage

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

Arguments

x

an object of class "rise."

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.

plot.Hypo

a character string designating the color to draw the hypothetical recession curve. If "none" (the default value), then do not draw the recession.

...

not used, required for other methods.

Value

The object x is returned invisibly

See Also

rise


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