tmap icon indicating copy to clipboard operation
tmap copied to clipboard

Any replacement of smooth_map?

Open Si-Chong opened this issue 4 years ago • 4 comments

Since smooth_map() is deprecated and no longer maintained, I wonder if there is any other function that can interpolate coordinates into a sort of density map easily and visualised via tmap? Any tutorial or example is appreciated. Thanks!

Si-Chong avatar Aug 10 '20 11:08 Si-Chong

That would be nice! If I would have twice as much time as I currently have, I would give it a go.

Do you know of any such alternatives/initiatives within the R-spatial community @rsbivand @edzer @tim-salabim @Nowosad?

mtennekes avatar Aug 12 '20 12:08 mtennekes

Way way back I used package fields for that sort of thing (if I don't misinterpret smooth_map() for something it's not).

tim-salabim avatar Aug 12 '20 12:08 tim-salabim

@Nowosad do you mean a density map of points (count of points per grid cell), or a gridded smooth of a variable observed at the irregular points?

rsbivand avatar Aug 12 '20 15:08 rsbivand

@rsbivand I believe your question is for @Si-Chong.

As a side note - the smooth_map() function should still exist in https://github.com/mtennekes/oldtmaptools/.

Nowosad avatar Aug 12 '20 15:08 Nowosad