Revision: 1022
http://svn.sourceforge.net/r-gregmisc/?rev=1022&view=rev
Author: warnes
Date: 2006-11-27 14:42:21 -0800 (Mon, 27 Nov 2006)
Log Message:
-----------
Replace T with TRUE in smartbind example
Modified Paths:
--------------
trunk/gtools/man/smartbind.Rd
Modified: trunk/gtools/man/smartbind.Rd
===================================================================
--- trunk/gtools/man/smartbind.Rd 2006-11-27 21:40:56 UTC (rev 1021)
+++ trunk/gtools/man/smartbind.Rd 2006-11-27 22:42:21 UTC (rev 1022)
@@ -53,7 +53,7 @@
Z <- list()
for(i in 1:n)
{
- X <- data.frame(A=sample(letters,s,replace=T),
+ 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))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|