[R-gregmisc-users] SF.net SVN: r-gregmisc:[1906] trunk/gplots/R/bandplot.R
Brought to you by:
warnes
From: <wa...@us...> - 2014-12-02 01:46:38
|
Revision: 1906 http://sourceforge.net/p/r-gregmisc/code/1906 Author: warnes Date: 2014-12-02 01:46:35 +0000 (Tue, 02 Dec 2014) Log Message: ----------- Move '...' argument to bandplot.formula to match man page. Modified Paths: -------------- trunk/gplots/R/bandplot.R Modified: trunk/gplots/R/bandplot.R =================================================================== --- trunk/gplots/R/bandplot.R 2014-12-02 01:39:19 UTC (rev 1905) +++ trunk/gplots/R/bandplot.R 2014-12-02 01:46:35 UTC (rev 1906) @@ -62,9 +62,9 @@ data, subset, na.action, + ..., xlab=NULL, ylab=NULL, - ..., add=FALSE, sd=c(-2:2), sd.col=c("magenta","blue","red", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |