Learn R Programming

amt (version 0.0.7)

crs: Coordinate References System (CRS)

Description

Check if an object has a coordinate reference system (has_crs) and returns the proj4string with get_crs of the coordinate reference system.

Usage

get_crs(x, ...)

has_crs(x, ...)

Arguments

x

[any] Object to check.

...

Further arguments, none implemented.

Examples

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

Run the code above in your browser using DataLab