Re: [R-sig-Geo] Line width in sp maps

2006-07-04 Thread Vladimir Batagelj
<<< Roger Bivand>>> > both for base graphics. Are you using spplot()? Yes. I am trying to get a display of administrative units in the world > rc <- readShapePoly("admin98/admin98.shp") > names(rc) [1] "FIPS_ADMIN" "GMI_ADMIN" "ADMIN_NAME" "FIPS_CNTRY" "GMI_CNTRY" "CNTRY_NAME

[R-sig-Geo] [R] how do we sample in spatial statistics?

2006-07-04 Thread Adrian Baddeley
Zhijie Zhang writes: > Do we also use sample() function to do the spatial sampling? > In spatial statistics, do we need two-dimentional sampling or some other > sampling techniques? Which functions could be used in spatial samping in R? It depends on what kind of data or population you are sa

Re: [R-sig-Geo] error message rgdal: dimensions do not match

2006-07-04 Thread karl . sommer
As suggested by Roger Bivand and Edzer Pebesma I have included the output of str(t1) and str(SPDF) below. The error persited when I tried to do the kriging in two steps, using gstat () and project(). Kriging a different variable, eg. "band1", results in the same error. Converting t1 to a SpatialP

Re: [R-sig-Geo] Line width in sp maps

2006-07-04 Thread Roger Bivand
On Tue, 4 Jul 2006, Vladimir Batagelj wrote: > > Hi, > > I am trying to change the line width in (shape) maps > produced using sp package, but without success. > All my attempts with lwd parameter failed. > I found a brute force solution to save the map in > EPS and change the linewidth there -

Re: [R-sig-Geo] error message rgdal: dimensions do not match

2006-07-04 Thread Roger Bivand
On Tue, 4 Jul 2006 [EMAIL PROTECTED] wrote: > > I am encountering a error message when attempting to do "inverse distance > kriging" or variogram calculations. The error is always the same > > ERROR: dimensions do not match: locations 1513600 and data 611452. Indeed strange, given that 880 by 8

[R-sig-Geo] drawing order in spplot

2006-07-04 Thread Duncan Golicher
Many thanks to everyone involved in putting together the excelent sp package. I have just used for teaching a brief intro to applied geostats with gstat. Students found life much easier than a year ago when I had to try to explain a less structured approach to the data. A simple question arose a

Re: [R-sig-Geo] how do we sample in spatial statistics?

2006-07-04 Thread Edzer J. Pebesma
zhijie zhang wrote: > Dear friends, > Sorry for sending an empty email because of mismanipulation. > Do we also use sample() function to do the spatial sampling? I look for > the sample() and think it's one-dimensional sampling. > In spatial statistics, do we need two-dimentional sampling or so

[R-sig-Geo] how do we sample in spatial statistics?

2006-07-04 Thread zhijie zhang
Dear friends, Sorry for sending an empty email because of mismanipulation. Do we also use sample() function to do the spatial sampling? I look for the sample() and think it's one-dimensional sampling. In spatial statistics, do we need two-dimentional sampling or some other sampling techniques?