Re: [R] plotting points over a map using R

2014-01-31 Thread Mohammed Ouassou
(my_map,lat = my_markers_2[,lat], lon = my_markers_2[,lon], col=c(blueviolet), add=T, FUN = lines, lwd = 3); I hope will help ! Mohammed On Fri, 2014-01-31 at 09:58 +, 李德磊 wrote: Hello everyone, I have no idea how to plotting points over a map using R

Re: [R] plotting points over a map using R

2014-01-31 Thread Ista Zahn
(blueviolet), add=T, FUN = lines, lwd = 3); I hope will help ! Mohammed On Fri, 2014-01-31 at 09:58 +, 李德磊 wrote: Hello everyone, I have no idea how to plotting points over a map using R, in which the colors of the points stand for the points' value. I'd like to get a map

Re: [R] plotting points over a map using R

2014-01-31 Thread Jim Lemon
On 01/31/2014 08:58 PM, 李德磊 wrote: Hello everyone, I have no idea how to plotting points over a map using R, in which the colors of the points stand for the points' value. I'd like to get a map as shown in attachment picture which was plotted using matlab. Does anyone know how to do

Re: [R] plotting points over a map using R

2014-01-31 Thread Barry Rowlingson
On Fri, Jan 31, 2014 at 9:58 AM, 李德磊 dele...@hotmail.com wrote: Hello everyone, I have no idea how to plotting points over a map using R, in which the colors of the points stand for the points' value. I'd like to get a map as shown in attachment picture which was plotted using matlab. Does