[Robast-commits] r377 - branches/robast-0.7/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 23 16:33:04 CEST 2009


Author: stamats
Date: 2009-09-23 16:33:03 +0200 (Wed, 23 Sep 2009)
New Revision: 377

Modified:
   branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R
Log:
missing closing round parenthesis

Modified: branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R	2009-09-10 19:13:13 UTC (rev 376)
+++ branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R	2009-09-23 14:33:03 UTC (rev 377)
@@ -273,7 +273,7 @@
         }
     }
     if(is.null(lab.pts)) lab.pts <- paste(oN)
-    else {lab.pts <- rep(lab.pts, length.out=length(y)
+    else {lab.pts <- rep(lab.pts, length.out=length(y))
           lab.pts <- lab.pts[oN]}
 
     dots.without <- dots



More information about the Robast-commits mailing list