getCRS | R Documentation |
This function returns the "proj4" string for a particular datum and possibly projection. It is intended to be easier to use than looking up particular proj4 strings (i.e., on the web).
getCRS(x, asCRS = FALSE)
x |
Character. Name of proj4 string to return. Possible values include:
|
asCRS |
Logical. If |
Object of class CRS
or character
.
makeCRS
getCRS('wgs84') getCRS('prism') getCRS('mollweide', TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.