[Robast-commits] r31 - pkg/RobAStBase/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Feb 18 07:06:10 CET 2008
Author: stamats
Date: 2008-02-18 07:06:10 +0100 (Mon, 18 Feb 2008)
New Revision: 31
Modified:
pkg/RobAStBase/R/AllPlot.R
Log:
removed empty spaces
Modified: pkg/RobAStBase/R/AllPlot.R
===================================================================
--- pkg/RobAStBase/R/AllPlot.R 2008-02-18 05:49:01 UTC (rev 30)
+++ pkg/RobAStBase/R/AllPlot.R 2008-02-18 06:06:10 UTC (rev 31)
@@ -28,7 +28,7 @@
IC1 <- as(diag(dims) %*% x at Curve, "EuclRandVariable")
w0 <- options("warn")
- options(warn = -1)
+ options(warn = -1)
opar <- par()
nrows <- trunc(sqrt(dims))
ncols <- ceiling(dims/nrows)
@@ -48,7 +48,7 @@
"\nwith main parameter (", paste(round(L2Fam at param@main, 3), collapse = ", "),
")\nand nuisance parameter (", paste(round(L2Fam at param@nuisance, 3), collapse = ", "), ")"), cex.main = 0.8)
}
- par(opar)
+ par(opar)
options(w0)
invisible()
})
More information about the Robast-commits
mailing list