Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-12 Thread karl . sommer
cc: [EMAIL PROTECTED], r-sig-geo@stat.math.ethz.ch | | Subject: Re: [R-sig-Geo] selection of data subsets in spatial

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-09 Thread Roger Bivand
> > | > > | To: [EMAIL PROTECTED] > >

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-09 Thread Edzer J. Pebesma
>| > | To: [EMAIL PROTECTED] > | > | cc: r-sig-geo@stat.math.ethz.ch >

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-09 Thread karl . sommer
h.ethz.ch | | Subject: Re: [R-sig-Geo] selection of data subsets in spatial

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-09 Thread Roger Bivand
; > gridded(grid.pts)=TRUE > > > > Cheers > > > > Karl > > > > > > > > |-+> > > | | [EMAIL PROTECTED]| > > | | no | > > | |

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-09 Thread karl . sommer
math.ethz.ch | | Subject: Re: [R-sig-Geo] selection of data subsets in spat

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-08 Thread Roger Bivand
> | || > |-+> > > >--| > |

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-08 Thread Edzer J. Pebesma
[EMAIL PROTECTED] wrote: > thanks Roger Bivand, this is really powerful and much less cumbersome than > I feared. > > I ran an inverse distance interpolation on some of the screened data. In > order to do so I created a destination file from scratch with a 2 x 2 m > grid. The destination file is

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-07 Thread karl . sommer
| | To: [EMAIL PROTECTED] | | cc: r-sig-geo@stat.math.ethz.ch

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-07 Thread Edzer J. Pebesma
Thanks for this. For the record: sp has a subset function for SpatialPixelsDataFrame, but it is not exported (nor documented, I believe). In addition, it seems not to work: SP27GTIF_c <- sp:::subset.SpatialPixelsDataFrame(SP27GTIF_a, band1 < 100) Error in sp:::subset.SpatialPixelsDataFrame(SP27GT

Re: [R-sig-Geo] selection of data subsets in spatial classes

2006-06-07 Thread Roger Bivand
On Wed, 7 Jun 2006 [EMAIL PROTECTED] wrote: > Hello list > > I have been trying to figure out if it is possible to select a subset of > data in a SpatialGridDataFrame without prior conversion to a data.frame > using the method as.data.frame(). > > I have imported an ESRI " *. bil " file containi

[R-sig-Geo] selection of data subsets in spatial classes

2006-06-06 Thread karl . sommer
Hello list I have been trying to figure out if it is possible to select a subset of data in a SpatialGridDataFrame without prior conversion to a data.frame using the method as.data.frame(). I have imported an ESRI " *. bil " file containing different spectral bands using rgdal. The file imported