get_crs {amt} | R Documentation |
Obtains the Coordinate Reference Systems
Description
Returns the proj4string
of an object.
Usage
get_crs(x, ...)
Arguments
x |
|
... |
Further arguments, none implemented. |
Value
The proj4string
of the CRS.
Examples
data(deer)
get_crs(deer)
[Package amt version 0.2.2.0 Index]