Re: [R] multivariate way to aaply on different arrays

2012-10-23 Thread Jannis
Hi R gurus, just in case anybody else has a similar problem ... I have programmed a function that solves this problem by creating a higher dimensional array out of the individual variables. I have no idea though whether this is very efficient. Feel welcome to comment in case you think that th

[R] multivariate way to aaply on different arrays

2012-10-18 Thread Jannis
Dear R community, is there any efficient way to use aaply on different datacubes? I have 3 dimesniolan datacubes/arrays with dimensions lon x lat x time. Now I would like to do caclulations on each individual time series (e.g. all vectors along the third dimension) using a time series (or mor