rfaplot: Regional Frequency Analysis

Description Usage Arguments Author(s) References See Also Examples

Description

This function uses J.R.M. Hosking's package lmom to produce a L-moment diagram.

Usage

1
rfaplot(lflist, n = 7,...)

Arguments

lflist

A list of "lfobj"s

n

MAM-n is used (e.g. n=7 means MAM7)

...

is passed to Hosking's function lmrd.

Author(s)

Daniel Koffler and Gregor Laaha

References

Manual on Low-flow Estimation and Prediction, Operational Hydrology Report No. 50, Koblenz 2009

J. R. M. Hosking (2012). L-moments. R package, version 1.6. URL: http://CRAN.R-project.org/package=lmom.

See Also

lmom, rfa

Examples

1
2
3
4
5
6
7
8
data(ngaruroro)

#Toy example to get some more "rivers"
seventies <- subset(ngaruroro, hyear %in% 1970:1979)
eighties <- subset(ngaruroro, hyear %in% 1980:1989)
nineties <- subset(ngaruroro, hyear %in% 1990:1999)

rfaplot(list(seventies,eighties,nineties), n=3)

Example output

Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: lmom
Loading required package: lattice

lfstat documentation built on May 2, 2019, 6:07 p.m.