flightpathr

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

NAMESPACE (681B)


      1 # Generated by roxygen2: do not edit by hand
      2 
      3 S3method(as.data.frame,flighttrajectory)
      4 S3method(as.flightpath,data.frame)
      5 S3method(as.flightpath,flightpath)
      6 S3method(as.flightpath,matrix)
      7 S3method(as.flighttrajectory,data.frame)
      8 S3method(as.flighttrajectory,flighttrajectory)
      9 S3method(as.flighttrajectory,matrix)
     10 export(as.flightpath)
     11 export(as.flighttrajectory)
     12 export(coordsToBearing)
     13 export(createPath)
     14 export(createTrajectory)
     15 export(distanceFromPath)
     16 export(identifyAltitudeChanges)
     17 export(identifyBearingChanges)
     18 export(identifySpeedChanges)
     19 export(interpolateTrajectory)
     20 export(is.flightpath)
     21 export(is.flighttrajectory)
     22 export(maxDistanceFromPath)
     23 export(parseCoordinates)