rSW2st_crs | R Documentation |
Determines the coordinate reference system
crs_units(crs)
crs |
An object which is a crs or from which one can be derived.
|
The function crs_units
returns the crs units
as a character string or NA
.
st_crs
crs_units(4326)
crs_units("EPSG:4326")
crs_units(terra::crs("EPSG:4326"))
if (requireNamespace("sp")) {
crs_units(sp::CRS("+init=EPSG:4326"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.