Re: [R-sig-Geo] spplot help, please

2017-10-22 Thread Ákos Bede-Fazekas
2:00 Bede-Fazekas Ákos : > E-mail of Marvin Sharva, accidentally addressed only to me, is forwarded > below. > Ákos > > > Továbbított üzenet -------- > Tárgy: Re: [R-sig-Geo] spplot help, please > Dátum: Sat, 21 Oct 2017 13:57:04 + (UTC) > Feladó: Marvin

Re: [R-sig-Geo] spplot help, please

2017-10-21 Thread Florian Detsch
The others are right, there is no state map in your code that you might add to the points plot. After a quick inspection of which geographic area we are dealing with, here is one possible - and quite basic - solution on how to add state polygons of the US (if that is what you intend to do) to

Re: [R-sig-Geo] spplot help, please

2017-10-21 Thread Edzer Pebesma
On 10/21/2017 03:29 AM, Marvin Sharma via R-sig-Geo wrote: > Hi, > I wanted to plot the spplot of my model residuals. The plot works fine, > but the state map does not appear. Code is given below and the data are > attached. I would greatly appreciate any help in this. I can't see where you're t

Re: [R-sig-Geo] spplot help, please

2017-10-20 Thread Bede-Fazekas Ákos
Hi Marvin, this code works fine just as it should work. Which "state map" you need? A basemap with terrain/roads/cities/borders? In this case there are several possibilities to do that. Have a look at these links, they may solve your problem: https://pakillo.github.io/R-GIS-tutorial/#gmap http:

[R-sig-Geo] spplot help, please

2017-10-20 Thread Marvin Sharma via R-sig-Geo
Hi,I wanted to plot the spplot of my model residuals. The plot works fine, but the state map does not appear. Code is given below and the data are attached. I would greatly appreciate any help in this. Marvin library(spgwr)library(spdep)library(maps)library(maptools)data<-read.csv("try.csv",head