proj_crs | R Documentation |
get class "CRS" of coordinate reference system
proj_crs(proj_type = "cea")
proj_type |
string or numeric |
crs
class object
Gilles Dauby & Renato A. Ferreira de Lima
## By default, the output projection is Equal-Area Scalable Earth (EASE) Global
## Global cylindrical equal-area projection
## See https://epsg.io/54034
proj_crs(proj_type = "cea")
## Another readily available projection is Antarctic Polar Stereographic
## https://epsg.io/3031
proj_crs(proj_type = "Antarctic")
## Otherwise, many projection can be retrieved from EPSG code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.