coordinate_mod | R Documentation |
Corrects the longitudes or latitudes to value between -180.0 and 180.0 or -90 and 90 degree
longitude_modulo(x)
latitude_modulo(x)
x |
Longitude(s) or latitude(s) in degrees |
numeric
longitude_modulo(-361 + 5 * 360)
latitude_modulo(-91 + 5 * 180)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.