Skip to content
Prev 8665 / 29559 Next

mapproject

On Wed, Jun 30, 2010 at 1:51 PM, Agustin Lobo <alobolistas at gmail.com> wrote:
Use spTransform from package:rgdal? That's what I use.

examples in ?spTransform include:

state.ll83 <- spTransform(states, CRS("+proj=longlat +ellps=GRS80"))

so things should just plug in.

Barry