bearing | R Documentation |
Calculates the bearing between two points, given each point's latitude and longitude coordinates
bearing(lat1, lon1, lat2, lon2)
lat1, lon1 |
numeric. The latitude and longitude of the starting coordinate in decimal degrees. |
lat2, lon2 |
numeric. The latitude and longitude of the ending coordinate in decimal degrees. |
vector with initial and final bearings.
Eric Archer eric.archer@noaa.gov
# What is the bearing from San Diego, CA to Honolulu, HI?
bearing(32.87, -117.25, 21.35, -157.98)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.