proj_to_wgs | R Documentation |
sp::spTransform()
.
Converts projected coordinates to geographic (WGS84) coordinates.A wrapper for sp::spTransform()
.
Converts projected coordinates to geographic (WGS84) coordinates.
proj_to_wgs(x, y, proj4string)
x |
The x-coordinate in the projected system. |
y |
The y-coordinate in the projected system. |
proj4string |
An object of class 'CRS', as defined in package |
An object of class SpatialPoints
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.