Hi R-users,

I'd like to smooth a matrix to dismiss spikes and to interpolate in plane

example of a matrix:
Map[1:3,1:3]

      [,1] [,2] [,3]...
[1,] 34.4 34.2 35.1
[2,] 33.4 34.2 35.4
[3,] 34.1 33.2 32.1
....

dim(Map)[1] =/= dim(Map)[2]

What functions can I use?

Thanks a lot for any response, M

        [[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.

Reply via email to