Learn R Programming

bioRad (version 0.9.1)

proj_to_wgs: A wrapper for sp::spTransform(). Converts projected coordinates to geographic (WGS84) coordinates.

Description

A wrapper for sp::spTransform(). Converts projected coordinates to geographic (WGS84) coordinates.

Usage

proj_to_wgs(x, y, proj4string)

Value

An object of class SpatialPoints.

Arguments

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 sp.