spTransform | R Documentation |
spTransform for map projection and datum transformation
spTransform(x, CRSobj, ...)
set_evolution_status(value)
get_evolution_status()
x |
object to be transformed |
CRSobj |
object of class CRS, or of class |
... |
further arguments (ignored) |
value |
evolution status: 0L business as usual, 1L no retiring packages, 2L use sf functions in place of rgdal |
object with coordinates transformed to the new coordinate reference system.
Package rgdal
provides the methods doing actual transformation,
see spTransform; when rgdal
cannot be loaded, an
error message follows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.