Displaying 1 result from an estimated 1 matches for "nonor".
Did you mean:
  honor
  
2007 Nov 19
0
R code for L-moment digram
...am
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=8)
+    }
+    if(nolin...