Description Usage Arguments Value Author(s) Examples
This function converts x,y coordinates measured in units of latitude and longitude, i.e., geographic coordinates measured in decimal degrees, to coordinates in the equidistant, cylindric map projection measured in units of kilometers. The projection center is defined as the midpoint in latitude- longitude space. The map projection is here named after Marinus of Tyre (see J.P. Snyder. USGS Prof Paper 1395, p. 90).
1 | marinus(lat, lon)
|
lat |
Vector of latitudes. |
lon |
Vector of longitudes. |
Matrix with column names "x" and "y" containing the x and y coordinates in the equidistant, cylindric map projection measured in units of kilometers.
Denis White
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.