Description Usage Arguments Value
Project latitude and longitude spatial coordinates using a Transverse Mercator projection. Units are in kilometers, the minimum projected coordinates in the x and y direction are 0, and projected coordinates are scaled to 1 kilometer.
1 |
cm |
iCentral meridian. A common choice is the mean of the longitude values in your data set |
lat |
Vector of latitudes. |
lon |
Vector of longitudes. |
xcol |
Name of the transformed x coordinates output by the function. |
ycol |
Name of the transformed y coordinates output by the function. |
minx |
A minimum x coordinate to center by. Defaults to setting the minimum transformed coordinate to 0. |
miny |
A minimum y coordinate to center by. Defaults to setting the minimum transformed coordinate to 0. |
A list returning the transformed coordinates, central meridian argument, minimum x coordinate, and minimum y coordinate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.