[Distr-commits] r687 - branches/distr-2.3/pkg/distr/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 23 16:33:24 CET 2010


Author: ruckdeschel
Date: 2010-11-23 16:33:24 +0100 (Tue, 23 Nov 2010)
New Revision: 687

Modified:
   branches/distr-2.3/pkg/distr/R/internals-qqplot.R
Log:
distr: [qqplot] had forgot to delete some legend arguments from call mcl ...

Modified: branches/distr-2.3/pkg/distr/R/internals-qqplot.R
===================================================================
--- branches/distr-2.3/pkg/distr/R/internals-qqplot.R	2010-10-20 13:06:27 UTC (rev 686)
+++ branches/distr-2.3/pkg/distr/R/internals-qqplot.R	2010-11-23 15:33:24 UTC (rev 687)
@@ -292,6 +292,8 @@
     mcl$exp.cex2.pch <- mcl$exp.cex2.lbl <- NULL
     mcl$exp.fadcol.pch <- mcl$exp.fadcol.lbl <- NULL
     mcl$nosym.pCI <- mcl$n.CI <- mcl$n.adj <-NULL
+    mcl$legend.cex <- mcl$with.legend <- mcl$legend.bg <-NULL
+    mcl$legend.pos <- NULL
 mcl}
 
 



More information about the Distr-commits mailing list