Re: [R-sig-Geo] Spdep: help needed calculating Moran's I

2007-10-29 Thread Tomislav Hengl
You can also fit a variogram to the residuals using the gstat package and then record the nugget and sill variation (see http://www.gstat.org/manual/node7.html). I do not know how to test that the nugget variation is statistically significant from the sill variation. You could split the

Re: [R-sig-Geo] Abridged description of SpatialPolygonsDataFrame objects?

2007-10-29 Thread Michael Sumner
If d is a SPolyDF ## first row/object d[1,] str(d[1,]) ## the first Polygons object itself (Polygons can be of many) [EMAIL PROTECTED] str([EMAIL PROTECTED]) ## the first Polygon in the first Polygons object [EMAIL PROTECTED]@Polygons[[1]] str([EMAIL PROTECTED]@Polygons[[1]]) Agustin Lobo