flightpathr

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

get3dCoords.Rd (681B)


      1 % Generated by roxygen2: do not edit by hand
      2 % Please edit documentation in R/get3dCoords.R
      3 \name{get3dCoords}
      4 \alias{get3dCoords}
      5 \title{Checks for a \code{flighttrajectory} or \code{flightpath} object and returns
      6 it's position in a 3D matrix.}
      7 \usage{
      8 get3dCoords(coordObject)
      9 }
     10 \arguments{
     11 \item{coordObject}{An object that hopefully contains some coordinates.}
     12 }
     13 \value{
     14 A nx3 coordinate matrix giving longitude/latitude/altitude.
     15 }
     16 \description{
     17 Checks for a \code{flighttrajectory} or \code{flightpath} object and returns
     18 it's position in a 3D matrix.
     19 }
     20 \details{
     21 It'll be safer to access \code{flighttrajectory} and
     22   \code{flightpath} objects' coordinates through this.
     23 }
     24