Displaying 2 results from an estimated 2 matches for "tp2126309p2126309".
2010 May 04
2
question about 'write.table'
...f the files are also loci1, loci2, loci3,......., loci100.
how to perform this under a "for" loop?
say,
for (i in 1:100) {
write.table(...., file='...', ........)
}
thank you,
karena
--
View this message in context: http://r.789695.n4.nabble.com/question-about-write-table-tp2126309p2126309.html
Sent from the R help mailing list archive at Nabble.com.
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...f the files are also loci1, loci2, loci3,......., loci100.
how to perform this under a "for" loop?
say,
for (i in 1:100) {
write.table(...., file='...', ........)
}
thank you,
karena
--
View this message in context: http://r.789695.n4.nabble.com/question-about-write-table-tp2126309p2126309.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 119
Date: Tue, 4 May 2010 19:52:24 +0000 (GMT)
From: Marc Carpentier <marc.carpentier at ymail.com>
To: r-help at r-project.org
Cc: ligges at statistik.tu-dortmund.de
Subject: [R] Re : R...