getEPSG | R Documentation |
This function returns the EPSG code for a particular coordinate reference system and projection.
getEPSG(x)
x |
Character. Name of EPSG code to return. Letter case is not important, but included below to aid memory (at least mine). Possible values include:
|
Integer.
getCRS
getEPSG('wgs84') getEPSG('albersNA') getEPSG('mollweide')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.