[Robast-commits] r967 - branches/robast-1.1/pkg/ROptEst/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 18 14:24:21 CEST 2018


Author: ruckdeschel
Date: 2018-07-18 14:24:20 +0200 (Wed, 18 Jul 2018)
New Revision: 967

Modified:
   branches/robast-1.1/pkg/ROptEst/R/comparePlot.R
Log:
[ROptEst] branch 1.1 bugfix: fixed an unbound default in comparePlot 

Modified: branches/robast-1.1/pkg/ROptEst/R/comparePlot.R
===================================================================
--- branches/robast-1.1/pkg/ROptEst/R/comparePlot.R	2018-07-18 09:03:09 UTC (rev 966)
+++ branches/robast-1.1/pkg/ROptEst/R/comparePlot.R	2018-07-18 12:24:20 UTC (rev 967)
@@ -3,7 +3,7 @@
 setMethod("comparePlot", signature("IC","IC"),
     function(obj1,obj2, obj3 = NULL, obj4 = NULL, data = NULL,
              ..., withSweave = getdistrOption("withSweave"),
-             forceSameModel = forceSameModel,
+             forceSameModel =  FALSE,
              main = FALSE, inner = TRUE, sub = FALSE,
              col = par("col"), lwd = par("lwd"), lty,
              col.inner = par("col.main"), cex.inner = 0.8,



More information about the Robast-commits mailing list