search for: loci3

Displaying 2 results from an estimated 2 matches for "loci3".

Did you mean: loc3
2010 May 04
2
question about 'write.table'
I have a question about the "write.table" I have 100 data.frames, loci1, loci2, loci3.............,loci100. now, I want to print these data.frames to 100 separate files, and the names of 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,...
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...zhou at gmail.com> To: r-help at r-project.org Subject: [R] question about 'write.table' Message-ID: <1273006956689-2126309.post at n4.nabble.com> Content-Type: text/plain; charset=us-ascii I have a question about the "write.table" I have 100 data.frames, loci1, loci2, loci3.............,loci100. now, I want to print these data.frames to 100 separate files, and the names of 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,...