Function to transform the coordinate reference system of an entire SpatialStack or SpatialArray
Joint reprojection of entire sets of vector data.
## S4 method for signature 'SpatialStack,ANY' spTransform(x, CRSobj, ...) ## S4 method for signature 'SpatialArray,ANY' spTransform(x, CRSobj, ...)
x |
The |
CRSobj |
A |
... |
Additional arguments. |
The function requires the rgdal package to run.
A SpatialStack
or SpatialArray
object.
# load example data data(coasts) mollCoast <- spTransform(coasts, "+proj=moll")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.