[R-gregmisc-commits] r2098 - pkg/gplots/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Mar 25 17:27:48 CET 2016
Author: warnes
Date: 2016-03-25 17:27:48 +0100 (Fri, 25 Mar 2016)
New Revision: 2098
Modified:
pkg/gplots/R/lmplot2.R
Log:
Fix name of replacement functon in defuct message generated by plot.lm2
Modified: pkg/gplots/R/lmplot2.R
===================================================================
--- pkg/gplots/R/lmplot2.R 2016-03-25 16:13:15 UTC (rev 2097)
+++ pkg/gplots/R/lmplot2.R 2016-03-25 16:27:48 UTC (rev 2098)
@@ -17,7 +17,7 @@
max.n=5000
)
{
- .Defunct("lmplot", "gplots")
+ .Defunct("lmplot2", "gplots")
}
@@ -157,7 +157,7 @@
if(id.n > 0)
text.id(show.r, cook[show.r] + 0.4*cex.id * strheight(" "), show.r)
}
-
+
if (show[5])
{
## plot residuals against each predictor ##
@@ -176,7 +176,7 @@
)
}
}
-
+
if (!one.fig && par("oma")[3] >= 1)
mtext(sub.caption, outer = TRUE, cex = 1.25)
invisible()
More information about the R-gregmisc-commits
mailing list