spTransform {sp} | R Documentation |
spTransform for map projection and datum transformation
spTransform(x, CRSobj, ...)
x |
object to be transformed |
CRSobj |
object of class CRS |
... |
further arguments |
object with coordinates transformed to the new coordinate reference system.
Package sp
only provides the definition of the generic,
methods doing actual transformation are found in package rgdal
,
see spTransform