Isaac Tetteh <kowtet <at> yahoo.com> writes: > > Dear All, > Please can anyone help me with codes for performing running mean for > my 3-D/4-D gridded (Spatial ) data sets( x,y,t, and x,y,z, t, > respectively).
Have you reviewed the Spatial Task View on CRAN, and considered posting on the R-sig-geo list? It is quite likely that the easiest way to do this is to represent your data as an appropriate object, then to see which dimension(s) you want to run over (possibly the t, but a spatial filter would run over others). If you need to do a lot of this, you'll save time by thinking through representation carefully, and seeing whether R is the best platform for you for this task. Roger Bivand > Thank you, > Isaac > ______________________________________________ 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.