[R-sig-Geo] Dissolve grids

Edzer J. Pebesma e.pebesma at geo.uu.nl
Thu Jun 7 09:51:55 CEST 2007


If they're SpatialPoints* or SpatialPixels*, use rbind on them. If 
they're in a SpatialGridDataFrame, first convert to pixels by

fullgrid(x) = FALSE

then rbind, then back with fullgrid(x) = TRUE

hth,
--
Edzer

Kitty Lee wrote:
> Thanks to Terry and Virgilio, I used both suggestions in creating the spatial simulation. Now I have another question....
>
> I have simulate, say, 16 grids separately. Each has its distinct process. How can I combine (or dissolve) the 16 grids together to form one big study area?
>
> Thanks in advance!! ^_^
>
> K.
>
>        
> ---------------------------------
> Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>




More information about the R-sig-Geo mailing list