flightconflicts

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

commit 80110441a5c6b22820d3026187c126f7a834bfe8
parent 0e65a18504509a130f8b8dd7a6891965e67d89f5
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Mon, 12 Sep 2016 15:56:25 -0400

Formatting README
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") ``` -