What do you want to do with it after you export; that will probably define what 
the data format would look like.  Why would you want each dimension separately? 
 How would you correlate them later?  Is it really 3 dimensions, or is your 
data just three columns where each row is long, lat and observation?  A small 
subset of the data would be helpful. Are you going to read it back into R, or 
send it somewhere else?  More information would be useful because you can 
create almost any output format that you want.

Sent from my iPad

On Dec 2, 2011, at 4:27, Ana <rrast...@gmail.com> wrote:

> What is the best way to export 1 array??
> 
> the array i am trying to export has 3 dimensions (long,lat,observations)
> 
> how can i export each dimension independently?
> e.g. one csv file with only the long
> 
> ______________________________________________
> 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.

______________________________________________
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