Description Usage Arguments Value Author(s) Examples
Compute the shot from one point to another
1 | shot_ll(lat1d, lng1d, lat2d, lng2d)
|
lat1d |
numeric Launch latitude |
lng1d |
numeric Launch longitude |
lat2d |
numeric Landing latitude |
lng2d |
numeric Landing longitude |
This function returns a data.frame
including columns:
Launch Latitude
Launch Longitude
Landing Latitude
Landing Longitude
Distance in KM
Launch Bearing
Landing Bearing
Midpoint Latitude
Midpoint Longitude
Ken Harmon <harmkenn@gmail.com>
1 | shot_ll(-30,-40,40,30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.