[R-gregmisc-users] SF.net SVN: r-gregmisc: [1272] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2008-05-20 01:07:33
|
Revision: 1272 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1272&view=rev Author: warnes Date: 2008-05-19 18:07:28 -0700 (Mon, 19 May 2008) Log Message: ----------- Fix code/doc mismatch due to recent changes to bandplot() Modified Paths: -------------- trunk/gplots/R/bandplot.R trunk/gplots/man/bandplot.Rd Modified: trunk/gplots/R/bandplot.R =================================================================== --- trunk/gplots/R/bandplot.R 2008-05-20 00:14:51 UTC (rev 1271) +++ trunk/gplots/R/bandplot.R 2008-05-20 01:07:28 UTC (rev 1272) @@ -9,7 +9,6 @@ sd.lwd=c(2,2,3,2,2), sd.lty=c(2,1,1,1,2), method="frac", width=1/5, - use.runsd=TRUE, n=50 ) { Modified: trunk/gplots/man/bandplot.Rd =================================================================== --- trunk/gplots/man/bandplot.Rd 2008-05-20 00:14:51 UTC (rev 1271) +++ trunk/gplots/man/bandplot.Rd 2008-05-20 01:07:28 UTC (rev 1272) @@ -28,8 +28,8 @@ } \usage{ bandplot(x, y, ..., add = FALSE, sd = c(-2:2), - sd.col = c("lightblue", "blue", "red", "blue", "lightblue"), - sd.lwd = c(1, 2, 3, 2, 1), sd.lty = c(2, 1, 1, 1, 2), + sd.col=c("magenta", "blue", "red", "blue", "magenta"), + sd.lwd=c(2, 2, 3, 2, 2), sd.lty=c(2, 1, 1, 1, 2), method = "frac", width = 1/5, n=50) } \arguments{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |