flightconflicts

Tools to analyze conflicts between aircraft.
git clone https://git.eamoncaddigan.net/flightconflicts.git
Log | Files | Refs | README | LICENSE

commit 3901bbf3eb23fcdc86272034500f052ad69f8781
parent 3ae38668544e31a25af45d80449e87ab9cae1869
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Wed, 14 Sep 2016 11:37:03 -0400

Merge remote-tracking branch 'origin/master'

Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # flightconflicts Tools to analyze conflicts between aircraft. The most useful exports of this -package are calculateSLoWC(), which calculates the "severity loss of Well -Clear" metric in development by RTCA, and calculateTCPA, which calculates time +package are `calculateSLoWC()`, which calculates the "severity loss of Well +Clear" metric in development by RTCA, and `calculateTCPA()`, which calculates time to closest point of approach. Grab it with: @@ -15,4 +15,3 @@ You'll probably also want: ```r devtools::install_github("eamoncaddigan/flightpathr") ``` -