flightpathr

Tools to analyze aircraft and flight path data.
git clone https://git.eamoncaddigan.net/flightpathr.git
Log | Files | Refs | README | LICENSE

flightpathr.Rd (523B)


      1 % Generated by roxygen2: do not edit by hand
      2 % Please edit documentation in R/flightpathr.R
      3 \docType{package}
      4 \name{flightpathr}
      5 \alias{flightpathr}
      6 \alias{flightpathr-package}
      7 \title{flightpathr: Tools to analyze aircraft and flight path data.}
      8 \description{
      9 This package provides functions for analyzing flight track and flight path
     10 data. Useful for studies of pilot and controller performance.
     11 }
     12 \section{Functions}{
     13 
     14 \code{distanceFromPath()} Measures the distance between an aircraft
     15  trajectory and a flight path.
     16 }
     17