flightconflicts

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

trajectoryToXYZ.Rd (511B)


      1 % Generated by roxygen2: do not edit by hand
      2 % Please edit documentation in R/trajectoryToXYZ.R
      3 \name{trajectoryToXYZ}
      4 \alias{trajectoryToXYZ}
      5 \title{Convert trajectories to Easting/Northing representation.}
      6 \usage{
      7 trajectoryToXYZ(trajectory, origin)
      8 }
      9 \arguments{
     10 \item{trajectory}{A flighttrajectory object.}
     11 
     12 \item{origin}{A length 2 numeric vector giving the origin lon/lat for the
     13 conversion.}
     14 }
     15 \value{
     16 A flattrajectory object.
     17 }
     18 \description{
     19 Convert trajectories to Easting/Northing representation.
     20 }
     21