Learn R Programming

amt (version 0.2.2.0)

get_crs: Obtains the Coordinate Reference Systems

Description

Returns the proj4string of an object.

Usage

get_crs(x, ...)

Value

The proj4string of the CRS.

Arguments

x

[any]
Object to check.

...

Further arguments, none implemented.

Examples

Run this code
data(deer)
get_crs(deer)

Run the code above in your browser using DataLab