flightpathr.R (390B)
1 #' flightpathr: Tools to analyze aircraft and flight path data. 2 #' 3 #' This package provides functions for analyzing flight track and flight path 4 #' data. Useful for studies of pilot and controller performance. 5 #' 6 #' @section Functions: 7 #' \code{distanceFromPath()} Measures the distance between an aircraft 8 #' trajectory and a flight path. 9 #' 10 #' @docType package 11 #' @name flightpathr 12 NULL