plot.rora: Plot an Object

View source: R/plot.rora.R

plot.roraR Documentation

Plot an Object

Description

Plot an object of class "rora" from a streamflow recession displacement analysis.

Usage

## S3 method for class 'rora'
plot(x, which = "All", set.up = TRUE, colors = c("none",
  "blue", "cyan"), ...)

Arguments

x

an object of class "rora"

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.

colors

a vector of length 3 specifying the colors for the peak and critical time, the hypothetical streamflow recession, and the calulated streamflow recession displacement, respectively.

...

not used, required for other methods.

Value

The object x is returned invisibly

See Also

rora


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