search for: location_county

Displaying 1 result from an estimated 1 matches for "location_county".

2013 Apr 16
1
Spatial Ananlysis: zero.policy=TRUE doesn't work for no neighbour regions??
Hello, I'm new to R and to Spatial Analysis and got a problem trying to create a Spatial Weights Matrix. *I us the following code to create the Neighbourslist:* >library(maptools) >library(spdep) >library(rgdal) >location_County<- readShapePoly("....") >proj4string(location_County)<- CRS("+proj=longlat ellps=WGS84") >location_nbq<- poly2nb(location_County) >summary(location_nbq) *And get this Output:* Neighbour list object: Number of regions: 3109 Number of nonzero links: 18246 Per...