[R-sig-Geo] How to convert results generated by "filled.contour" to shapefiles?

2008-09-11 Thread Hisaji ONO
Hello. Currently I have developed geo-spatial mining tool using R with spdep, spgwr and other packages as OpenJUMP(http://www.openjump.org)'s plug-ins. I've already implemented contouring function using contourlines function. I'd like to fill colours between levels of contours. So does anyo

[R-sig-Geo] just received Applied spatial data analysis with R

2008-09-11 Thread G. Allegri
I've just received "Applied spatial data analysis with R" from Springer. I want to thanks publicly all the authors for this jewel. It will be on my job desk from now on! Giovanni Allegri ___ R-sig-Geo mailing list R-sig-Geo@stat.math.ethz.ch https://sta

Re: [R-sig-Geo] Distance-based neighbourhood statistics problem

2008-09-11 Thread Gellrich Mario
Hi again, no, the code line is not the problem - what's shown in the first message are just the first 10 lines of the data set. The problem seems to be the coordinates of the data. I have reduced the data set to only seven points to show the problem: # Example data set: d.geb <- read.table

Re: [R-sig-Geo] Distance-based neighbourhood statistics problem

2008-09-11 Thread milton ruser
Hi Mario, I donĀ“t know if it is the problem, but the code line below need be changed: subset(d.geb, d.geb$MUNICIP == 1) best wishes, miltinho astronauta brazil On Thu, Sep 11, 2008 at 8:12 AM, Gellrich Mario <[EMAIL PROTECTED]>wrote: > Hi, > > I've got a question regarding distance-based neigh

[R-sig-Geo] Distance-based neighbourhood statistics problem

2008-09-11 Thread Gellrich Mario
Hi, I've got a question regarding distance-based neighbourhood statistics using two separate spatial data sets. What I have are municipalities and buildings within municipalities which both come with x- and y-coordinates. I merged the two datasets row-wise and used the following code to obtain