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 more) in the same location on another (identically shaped) array.
What would be the most efficient way to do this? Is there any multivariate version of aaply? Or other functions? Or some memory efficient and fast way (the datacubes are huge!) to do this by hand?
Thanks a lot Jannis ______________________________________________ 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.