flightpathr

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

as.data.frame.flighttrajectory.Rd (327B)


      1 % Generated by roxygen2: do not edit by hand
      2 % Please edit documentation in R/createTrajectory.R
      3 \name{as.data.frame.flighttrajectory}
      4 \alias{as.data.frame.flighttrajectory}
      5 \title{Convert a trajectory to a data.frame}
      6 \usage{
      7 \method{as.data.frame}{flighttrajectory}(x)
      8 }
      9 \description{
     10 Convert a trajectory to a data.frame
     11 }
     12