Skip to content

Changing coordinates in shapefile

1 message · Juta Kawalerowicz

#
Leigh,

If you simply want to add 180 to each element in a vector try
new data<-sapply((your data), function(x) x+180)

Juta

On Sun, Oct 5, 2014 at 4:18 PM, Leigh Kroeger <leigh.kroeger at gmail.com>
wrote: