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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 15 11:16:30 CEST 2009


Author: stamats
Date: 2009-07-15 11:16:25 +0200 (Wed, 15 Jul 2009)
New Revision: 322

Modified:
   branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R
Log:
minor correction of plot title

Modified: branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R	2009-07-15 03:55:59 UTC (rev 321)
+++ branches/robast-0.7/pkg/RobAStBase/R/AllPlot.R	2009-07-15 09:16:25 UTC (rev 322)
@@ -139,7 +139,7 @@
         mnms <- if(is.null(mnm)) NULL else paste("'", mnm, "' = ", sep = "") 
         mss  <- paste(mnms, round(L2Fam at param@main, 3), collapse=", ",sep="")
         innerT <- paste(gettextf("Component "),  tnms, 
-                        gettextf(" of L_2 derivative\nof"),
+                        gettextf("\nof"), #gettextf(" of L_2 derivative\nof"),
                         name(x)[1],
                         gettextf("\nwith main parameter ("), mss,")")
         if(!is.null(L2Fam at param@nuisance)){



More information about the Robast-commits mailing list