View source: R/laea_azores_proj.R
laea_azores_proj | R Documentation |
laea_azores_proj()
creates a PROJ string for a custom Lambert Azimuthal Equal-Area
(LAEA) projection, centered on the Azores. It allows flexibility in setting
the latitude and longitude center, datum, and units.
laea_azores_proj(lat_0 = 38.5, lon_0 = -28, datum = "WGS84", units = "m")
lat_0 |
Numeric. Latitude of the projection's center. Defaults to |
lon_0 |
Numeric. Longitude of the projection's center. Defaults to |
datum |
Character. The geodetic datum used for the projection. Defaults
to |
units |
Character. Measurement units for the projection. Defaults to
|
A character string representing the PROJ definition for the custom LAEA projection.
# Default Azores-centered LAEA projection
laea_azores_proj()
# Custom projection centered at a different location
laea_azores_proj(lat_0 = 38, lon_0 = -27, datum = "ETRS89")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.