[Robast-commits] r720 - branches/robast-1.0/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 2 13:49:36 CET 2014


Author: stamats
Date: 2014-01-02 13:49:35 +0100 (Thu, 02 Jan 2014)
New Revision: 720

Modified:
   branches/robast-1.0/pkg/RobAStBase/R/comparePlot.R
Log:
minor error: resc.Dargs instead of rescD.args

Modified: branches/robast-1.0/pkg/RobAStBase/R/comparePlot.R
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/R/comparePlot.R	2013-11-07 17:03:58 UTC (rev 719)
+++ branches/robast-1.0/pkg/RobAStBase/R/comparePlot.R	2014-01-02 12:49:35 UTC (rev 720)
@@ -348,7 +348,7 @@
                  resc2D <- do.call(.rescalefct, rescD.args)
                  matpD  <- cbind(resc1D$Y, resc2D$Y)
                  if(is(obj3, "IC")){
-                    resc.Dargs$fc <- fct3
+                    rescD.args$fc <- fct3
                     resc3D <- do.call(.rescalefct, rescD.args)
                     matpD  <- cbind(matpD, resc3D$Y)
                  }



More information about the Robast-commits mailing list