search for: noexp

Displaying 1 result from an estimated 1 matches for "noexp".

Did you mean: noexpn
2007 Nov 19
0
R code for L-moment digram
...or L-moment ratio diagram Help in this regard > "plotlmrdia" <- + function(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-SKEWNESS", + ylab="L-KURTOSIS") { + plot(lmr$limits, xlab = xlab, ylab = ylab, type = "n",font.lab=2) + if(nolimits == FALSE) { + lines(lmr$limits,lwd=2.5,col=...