ldiag: L-moment ratio diagram

Description Usage Arguments See Also Examples

Description

Plot the L-skew and L-kurtosis on the l-moment ratio diagram.

Usage

1
ldiag(x, pos = "bottomright", xlim = NULL, ylim = NULL, ...)

Arguments

x

Matrix (n x 2) containing the L-skew and L-kurtosis respectively.

pos

Position of the legend. See legend.

...

Other ploting parameters. See par.

See Also

atSite.

Examples

1
2
3
4
5
6
7
library(lmomco)

xx=replicate(20,rlmomco(100,vec2par(c(100,20,-.1),'gev')))

ll=t(apply(xx,2, function(z) lmoms(z)$ratio[3:4]))

ldiag(ll)

martindurocher/floodRFA documentation built on June 5, 2019, 8:44 p.m.