[R-gregmisc-users] SF.net SVN: r-gregmisc:[1744] trunk/gplots/man/gplots-deprecated.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2013-10-21 23:33:32
|
Revision: 1744 http://sourceforge.net/p/r-gregmisc/code/1744 Author: warnes Date: 2013-10-21 23:33:29 +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/man/gplots-deprecated.Rd Modified: trunk/gplots/man/gplots-deprecated.Rd =================================================================== --- trunk/gplots/man/gplots-deprecated.Rd 2013-10-21 23:32:57 UTC (rev 1743) +++ trunk/gplots/man/gplots-deprecated.Rd 2013-10-21 23:33:29 UTC (rev 1744) @@ -16,8 +16,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. |