powered by
Joint reprojection of entire sets of vector data.
# S4 method for SpatialStack,ANY spTransform(x, CRSobj, ...)# S4 method for SpatialArray,ANY spTransform(x, CRSobj, ...)
# S4 method for SpatialArray,ANY spTransform(x, CRSobj, ...)
The SpatialStack or SpatialArray object.
SpatialStack
SpatialArray
A CRS class or character object defining a coordinate reference system.
CRS
character
Additional arguments.
A SpatialStack or SpatialArray object.
The function requires the rgdal package to run.
# NOT RUN { # load example data data(coasts) mollCoast <- spTransform(coasts, "+proj=moll") # }
Run the code above in your browser using DataLab