[R-gregmisc-users] SF.net SVN: r-gregmisc:[1742] trunk/gplots/R/lmplot2.R
Brought to you by:
warnes
From: <wa...@us...> - 2013-10-21 23:32:32
|
Revision: 1742 http://sourceforge.net/p/r-gregmisc/code/1742 Author: warnes Date: 2013-10-21 23:32:26 +0000 (Mon, 21 Oct 2013) Log Message: ----------- Handle 'ask' argument in lmplot2 function proper, rather than in (depreciated) plot.lm2 wrapper. Modified Paths: -------------- trunk/gplots/R/lmplot2.R Modified: trunk/gplots/R/lmplot2.R =================================================================== --- trunk/gplots/R/lmplot2.R 2013-10-21 23:31:16 UTC (rev 1741) +++ trunk/gplots/R/lmplot2.R 2013-10-21 23:32:26 UTC (rev 1742) @@ -6,8 +6,7 @@ panel = panel.smooth, sub.caption = deparse(x$call), main = "", - ask = interactive() && nb.fig < length(which) - && .Device != "postscript", + ask, ..., id.n = 3, labels.id = names(residuals(x)), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |