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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 18 13:11:08 CEST 2014


Author: ruckdeschel
Date: 2014-07-18 13:11:08 +0200 (Fri, 18 Jul 2014)
New Revision: 754

Modified:
   branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R
Log:
RobAStBase:: fixed NA-buglet in plotWrapper.R (detected by Dasha Pupashenko)

Modified: branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R	2014-04-16 09:25:01 UTC (rev 753)
+++ branches/robast-1.0/pkg/RobAStBase/R/plotWrapper.R	2014-07-18 11:11:08 UTC (rev 754)
@@ -142,7 +142,7 @@
                      ,with.lab = substitute(FALSE)
                      ,lab.pts = substitute(NULL)
                      ,lab.font = substitute(NULL)
-                     ,alpha.trsp = substitute(NA)
+                     ,alpha.trsp = substitute(alpha.trsp)
                      ,which.lbs = substitute(NULL)
                      ,which.Order  = substitute(NULL)
                      ,return.Order = substitute(FALSE)
@@ -316,7 +316,7 @@
                      ,with.lab = substitute(FALSE)
                      ,lab.pts = substitute(NULL)
                      ,lab.font = substitute(NULL)
-                     ,alpha.trsp = substitute(NA)
+                     ,alpha.trsp = substitute(alpha.trsp)
                      ,which.lbs = substitute(NULL)
                      ,which.Order  = substitute(NULL)
                      ,return.Order = substitute(FALSE)



More information about the Robast-commits mailing list