Description Usage Arguments Value Note
Adapts geographical positions for further geo-use.
1 | adapt(reg.lat, reg.lon, projection = "Mercator")
|
reg.lat |
Latitude or y-coordinate |
reg.lon |
Longitude or x-coordinate |
projection |
Projection, default "Mercator", "none" denotes x/y coordinates |
Returns a list of either:
x, y |
x- and y-positions |
or:
lat, lon |
Latitude and longitude |
and:
lxv |
index of uninterupted/contiguous positions |
Needs further elaboration, this function is called by
geoarea.old
, geoinside
, inside
and pointkriging
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.