wgs_to_proj: A wrapper for spTransform
.
Description
A wrapper for spTransform
.
Usage
wgs_to_proj(lon, lat, proj4string)
Value
An object of class SpatialPoints
.
Arguments
- lon
Longitude
- lat
Latitude
- proj4string
An object of class 'CRS', as defined in package sp
.