Description Usage Arguments Value
Converts an extent of longitudinal/latitudinal coordinates to meters.
1 2 3 4 5 6 7 | coordsToMeter(coords = c(0, 0, 0, 0))
## S4 method for signature 'numeric'
coordsToMeter(coords = c(0, 0, 0, 0))
## S4 method for signature 'Extent'
coordsToMeter(coords = c(0, 0, 0, 0))
|
coords |
extent or numeric vector of form c(lon1, lon2, lat1, lat2). |
numeric vector of form c(longitudinal distance in meter, latitudinal distance in meter).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.