plot.recess: Plot an Object

View source: R/plot.recess.R

plot.recessR Documentation

Plot an Object

Description

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

Usage

## S3 method for class 'recess'
plot(x, which = "All", set.up = TRUE, before = 0,
  after = before, ...)

Arguments

x

an object of class "recess."

which

either "All" for all recessions, or any number of element numbers (not Index number) of the recessions to plot, "season" for a graph of recession rates over the calendar year, or "flow" for a graph of recession rates by flow.

set.up

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

before

begin plot before days prior to recession.

after

end plot after days after the end of the recession. See Details.

...

not used, required for other methods.

Details

The before and after arguments prepend and append those number of days to the plot of the recession, which can be useful for assessing the recession. If after is set to a positive value, then before is forced to a value greater than 0.

Value

The object x is returned invisibly

See Also

rise


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