Hi,
I've never worked with 3d arrays so I'm not sure what to do.

Have you tried write.csv()?
The function write.xls() from package xlsReadWrite can be really useful too, as well as RODBC which allow appending new spreadsheets to an existing Excel file (works on Windows).

Without more on your data, I cannot really help you, but maybe someone can.
HTH,
Ivan

Le 3/29/2010 15:29, meghana kulkarni a écrit :
Hello all,
This is Meghana.

Well, I have some analysis output in 3 dimensional array form.
for example:

, , type1

       A B C D
       1 2 3  4
       1 2 3 4

  , , type2

etc.

This array is very big. and I want to export this to either text form or
excel(csv is preffered) so that different parts of aaray should be easily
extractable from that excel/text sheet.

How can I go about it?

Thank you,
Meghana

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


--
Ivan CALANDRA
PhD Student
University of Hamburg
Biozentrum Grindel und Zoologisches Museum
Abt. Säugetiere
Martin-Luther-King-Platz 3
D-20146 Hamburg, GERMANY
+49(0)40 42838 6231
ivan.calan...@uni-hamburg.de

**********
http://www.for771.uni-bonn.de
http://webapp5.rrz.uni-hamburg.de/mammals/eng/mitarbeiter.php

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to