Re: [R] Static to interactive map (leaflet spplot)

2016-02-17 Thread Adams, Jean
Deb, I assume you have already seen the great introduction to leaflet here ... http://rstudio.github.io/leaflet/ You may find these two answers on stackoverflow helpful ... http://stackoverflow.com/a/28240058/2140956 http://stackoverflow.com/a/29118680/2140956 Jean On Tue, Feb 2, 2016 at 5:28

[R] Static to interactive map (leaflet spplot)

2016-02-02 Thread Debasish Pai Mazumder
Hi ALL, I have a script to plot hexagonal polygon on a map. Its a static map. I used spplot. I would like to convert this plot to interactive plot using " *leaflet*". How do I make it interactive plot? Here is spplot lines: cl = map("world", xlim = c(-120, 20), ylim = c(-10, 70), plot = TRUE) cl