[R-gregmisc-users] SF.net SVN: r-gregmisc: [1023] trunk/gtools/man/smartbind.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2006-11-28 00:53:58
|
Revision: 1023 http://svn.sourceforge.net/r-gregmisc/?rev=1023&view=rev Author: warnes Date: 2006-11-27 16:53:57 -0800 (Mon, 27 Nov 2006) Log Message: ----------- Replace F with FALSE in smartbind example. Modified Paths: -------------- trunk/gtools/man/smartbind.Rd Modified: trunk/gtools/man/smartbind.Rd =================================================================== --- trunk/gtools/man/smartbind.Rd 2006-11-27 22:42:21 UTC (rev 1022) +++ trunk/gtools/man/smartbind.Rd 2006-11-28 00:53:57 UTC (rev 1023) @@ -56,7 +56,7 @@ X <- data.frame(A=sample(letters,s,replace=TRUE), B=letters[1:s], C=rnorm(s) ) - colnames(X) <- c("A",sample(names,2,replace=F)) + colnames(X) <- c("A",sample(names,2,replace=FALSE)) Z[[i]] <- X } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |