shot_ll: shot_ll

Description Usage Arguments Value Author(s) Examples

View source: R/shot_LL.R

Description

Compute the shot from one point to another

Usage

1
shot_ll(lat1d, lng1d, lat2d, lng2d)

Arguments

lat1d

numeric Launch latitude

lng1d

numeric Launch longitude

lat2d

numeric Landing latitude

lng2d

numeric Landing longitude

Value

This function returns a data.frame including columns:

Author(s)

Ken Harmon <harmkenn@gmail.com>

Examples

1
shot_ll(-30,-40,40,30)

harmkenn/EarthPoints documentation built on Dec. 11, 2019, 8:42 p.m.