Skip to content
Prev 13520 / 29559 Next

Modifying the coordinates of a Spatial* object

You can't replace them, indeed. But you can do:

Spatial = as(Spatial, "data.frame")
coordinates(Spatial) = ~ newx + newy
On 11/27/2011 10:07 PM, Jonathan Greenberg wrote: