Learn R Programming

amt (version 0.1.5)

get_crs: Obtains the Coordinate Reference Systems

Description

Returns the proj4string of an object.

Usage

get_crs(x, ...)

Arguments

x

[any] Object to check.

...

Further arguments, none implemented.

Value

The proj4string of the CRS.

Examples

Run this code
# NOT RUN {
data(deer)
get_crs(deer)
# }

Run the code above in your browser using DataLab