predict.freqAnal: Frequency Analysis Predictions

View source: R/predict.freqAnal.R

predict.freqAnalR Documentation

Frequency Analysis Predictions

Description

Compute values for selected probability values.

Usage

## S3 method for class 'freqAnal'
predict(object, probs = c(0.01, 0.02, 0.05, 0.1, 0.2, 0.5,
  0.8, 0.9, 0.96, 0.98, 0.99), non.e = TRUE, ...)

Arguments

object

an object of class "freqAnal."

probs

the probability values to compute.

non.e

treat probs as non-exceedance values?

...

further arguments passed to or from other methods.

Value

The object x is returned invisibly.


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