View source: R/geodesic_lat_long_offset.R
geodesic_lat_long_offset | R Documentation |
This function is used by transform_offset_to_latlon() and it is not recommended that the user try to use this function as a stand-alone function.
geodesic_lat_long_offset(referenceLat, referenceLon, offsetLat, offsetLon)
referenceLat |
reference latitude |
referenceLon |
reference longitude |
offsetLat |
offset latitude |
offsetLon |
offset longitude |
A geodesic line (see geosphere package) between the reference point and the offset point calculated on a spheroidal earth (WGS84) by geosphere package. This function is used by transform_offset_to_latlon() and is not recommended for general use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.