Learn R Programming

lmomco (version 0.88)

plotlmrdia: Plot L-moment Ratio Diagram

Description

Plot the L-moment ratio diagram of L-skew and L-kurtosis from an L-moment ratio diagram object returned by lmrdia. This diagram is useful for selecting a distribution to model the data. The application of L-moment diagrams is well documented in the literature. This function is intended to function as a demonstration of L-moment diagram plotting. It is expected that users will roll their own version of this function for their own specific purposes.

Usage

plotlmrdia(lmr, nopoints=FALSE, nolines=FALSE, nolimits=FALSE,
           nogev=FALSE, noglo=FALSE, nogpa=FALSE, nope3=FALSE, 
	   nogno=FALSE, noexp=FALSE, nonor=FALSE, nogum=FALSE, 
	   nouni=FALSE, xlab="L-SKEW", ylab="L-KURTOSIS", ...)

Arguments

lmr
L-moment diagram object from lmrdia.
nopoints
If TRUE then point distributions are not drawn.
nolines
If TRUE then line distributions are not drawn.
nolimits
If TRUE then theoretical limits of L-moments are not drawn.
nogev
If TRUE then line of Generalized Extreme Value distribution is not drawn.
noglo
If TRUE then line of Generalized Logistic distribution is not drawn.
nogno
If TRUE then line of Generalized Normal (log-Normal) distribution is not drawn.
nogpa
If TRUE then line of Generalized Pareto distribution is not drawn.
nope3
If TRUE then line of Pearson Type III distribution is not drawn.
noexp
If TRUE then point of Exponential distribution is not drawn.
nonor
If TRUE then point of Normal distribution is not drawn.
nogum
If TRUE then point of Gumbel distribution is not drawn.
nouni
If TRUE then point of Uniform distribution is not drawn.
xlab
Horizonal axis label passed to xlab of the plot function.
ylab
Vertical axis label passed to ylab of the plot function.
...
Additional arguments passed onto the plot function.

References

Asquith, W.H., 1998, Depth-duration frequency of precipitation for Texas: U.S. Geological Survey Water-Resources Investigations Report 98-4044, 107 p.

Hosking, J.R.M., 1990, L-moments--Analysis and estimation of distributions using linear combinations of order statistics: Journal of the Royal Statistical Society, Series B, vol. 52, p. 105-124.

Hosking, J.R.M. and Wallis, J.R., 1997, Regional frequency analysis--An approach based on L-moments: Cambridge University Press.

Vogel, R.M., and Fennessey, N.M., 1993, L moment diagrams should replace product moment diagrams: Water Resources Research, vol. 29, no. 6, pp. 1745-1752.

See Also

lmrdia

Examples

Run this code
plotlmrdia(lmrdia())

Run the code above in your browser using DataLab