[R-sig-Geo] cbind(SGDFone, SGDFtwo)
Ingo Holz
Ingo.Holz at uni-hohenheim.de
Thu Dec 20 12:31:11 CET 2007
Sorry, I deleted one of the grids ... ;-)
I will redo the analysis later and come back with the result of
all.equal(getGridTopology(a), getGridTopology(b))
However, before I deleted the Grid I checked
getGridTopology() for the two SGDF separately. They were the same!
I solved the problem with
newGrid <- cbind(SGDFone[,,1:13], SGDFtwo[,,1:61])
this worked. Don't ask me why... (1:13 and 1:61 are all columns of the
dataframes)
Ingo
More information about the R-sig-Geo
mailing list