search for: nogno

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

Did you mean: no_no
2007 Nov 19
0
R code for L-moment digram
...sing following R code for 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(...