| crs_eqc | R Documentation |
crs_eqc() gives a CRS that can be used for e.g. computing centroids or
distances.
It is an equidistant cylindrical system that by does not distort latitudes
near latitude. The CRS is in units of kilometres by default.
crs_eqc(latitude = 0, units = "km")
latitude |
The latitude of true scale (the |
units |
Base length unit (e.g. |
CRS object from sf.
# Sydney, Australia has a latitude of 33.87 S so this CRS will be suitable
# for computations close to there:
crs_eqc(latitude = -33.87)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.