Re: [R-sig-Geo] About Insightful's S-Plus "SpatialStats" package

2007-10-29 Thread Roger Bivand
On Tue, 30 Oct 2007, Hisaji ONO wrote: > Hello. > > Recently Insightful's S-Plus library has been ported to R > package. > > However "SpatialStats" package still not yet. Insightful have added R-style packages to S-Plus, so that R contributed packages can be built for S-Plus, rather than the oth

Re: [R-sig-Geo] R library to perform Small Area Estimation

2007-10-29 Thread KAM Tin Seong
Hi R community, I am interested on R library that perform Small Area Estimation and wonder if anyone have came across. Thanks in advance. Dr Kam Tin Seong Practice Associate Professor School of Information Systems Singapore Management University 80 Stamford Road Singapore 178902 e-mail: [E

Re: [R-sig-Geo] Centroids and getSpPPolygonsLabptSlots

2007-10-29 Thread Agustin Lobo
Making doc is very hard, and usually not a task that can be accomplished by the developer alone, as he/she holds many connexions in his mind that are not there for the rest of people. Considering this, the current doc is a very good start point. I'm starting sort of "operational guide", based on h

[R-sig-Geo] About Insightful's S-Plus "SpatialStats" package

2007-10-29 Thread Hisaji ONO
Hello. Recently Insightful's S-Plus library has been ported to R package. However "SpatialStats" package still not yet. Does Anyone know whether Insightful people will open their spatial package including MA function(spdep not supported) etc Regards. __

Re: [R-sig-Geo] Subsetting SpatialPolygonsDataFrame and empty ID slots

2007-10-29 Thread Roger Bivand
On Mon, 29 Oct 2007, Agustin Lobo wrote: > Dear list, > > I have imported a shp file with: > >> pols <- readOGR("../AllTransectPolygons02", > layer="AllTransectPolygons02") > >> class(pols) > [1] "SpatialPolygonsDataFrame" > attr(,"package") > [1] "sp" > >> [EMAIL PROTECTED] > AREA PERIMETER

Re: [R-sig-Geo] Centroids and getSpPPolygonsLabptSlots

2007-10-29 Thread Roger Bivand
On Mon, 29 Oct 2007, Agustin Lobo wrote: > I have just incidentally learned in the sp doc that > getSpPPolygonsLabptSlots() actually retrieves the coordinates > of the centroids. The index page of the sp doc just states: > getSpPPolygonsLabptSlots Class "SpatialPolygonsDataFrame" > > adding a

[R-sig-Geo] Subsetting SpatialPolygonsDataFrame and empty ID slots

2007-10-29 Thread Agustin Lobo
Dear list, I have imported a shp file with: > pols <- readOGR("../AllTransectPolygons02", layer="AllTransectPolygons02") > class(pols) [1] "SpatialPolygonsDataFrame" attr(,"package") [1] "sp" > [EMAIL PROTECTED] AREA PERIMETER Site 0 2500 1010 Lupuna 1 1 2

[R-sig-Geo] Centroids and getSpPPolygonsLabptSlots

2007-10-29 Thread Agustin Lobo
I have just incidentally learned in the sp doc that getSpPPolygonsLabptSlots() actually retrieves the coordinates of the centroids. The index page of the sp doc just states: getSpPPolygonsLabptSlotsClass "SpatialPolygonsDataFrame" adding a mention to the fact that getSpPPolygonsLabptSlots

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

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

2007-10-29 Thread Agustin Lobo
Hi! If I do str(a) where a is a SpatialGridDataFrame, I get a description of the structure that is readable, but for SpatialPolygonsDataFrame the output of str() is too long. Is there any way of looking at the structure of a SpatialPolygonsDataFrame object just down to a certain level? For example