Skip to content
Prev 2683 / 29559 Next

SpatialPixel and SpatialPoints Overlay output

On Fri, 26 Oct 2007, Michal Gallay wrote:

            
In general (not just in this context, but for many non-spatial objects 
too), use the [ operator: raster1 at data[o,] to extract the values as a data 
frame for the o indices returned by overlay(), or (most likely) 
raster1 at data[o, 1] as a vector.

Roger