[Robast-commits] r805 - branches/robast-1.0/pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jan 16 00:14:24 CET 2015
Author: ruckdeschel
Date: 2015-01-16 00:14:24 +0100 (Fri, 16 Jan 2015)
New Revision: 805
Modified:
branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R
Log:
[RobAStBase] updated wrapper functions
Modified: branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R 2015-01-15 23:09:22 UTC (rev 804)
+++ branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R 2015-01-15 23:14:24 UTC (rev 805)
@@ -161,6 +161,7 @@
,panel.first= substitute(NULL)
,panel.last= substitute(NULL)
,col = substitute("blue")
+ ,withSubst = substitute(TRUE)
), scaleList)
##parameter for plotting
@@ -318,6 +319,7 @@
,col = substitute("blue")
,panel.first= substitute(NULL)
,panel.last= substitute(NULL)
+ ,withSubst = substitute(TRUE)
), scaleList)
if(!missing(y)){c(argsList, y = substitute(y)
,cex.pts = substitute(0.3)
@@ -529,6 +531,7 @@
,col = substitute("blue")
,panel.first= substitute(NULL)
,panel.last= substitute(NULL)
+ ,withSubst = substitute(TRUE)
), scaleList)
if(!is.null(IC3)) argsList$obj3 <- substitute(IC3)
More information about the Robast-commits
mailing list