From noreply at r-forge.r-project.org Thu Jan 2 13:49:36 2014 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Thu, 2 Jan 2014 13:49:36 +0100 (CET) Subject: [Robast-commits] r720 - branches/robast-1.0/pkg/RobAStBase/R Message-ID: <20140102124936.998A11868F4@r-forge.r-project.org> 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) }