flightpathr

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

angleDiff.Rd (438B)


      1 % Generated by roxygen2: do not edit by hand
      2 % Please edit documentation in R/coordsToBearing.R
      3 \name{angleDiff}
      4 \alias{angleDiff}
      5 \title{Calculate the signed difference between angles (in degrees)}
      6 \usage{
      7 angleDiff(angle1, angle2)
      8 }
      9 \arguments{
     10 \item{angle1}{Source angle}
     11 
     12 \item{angle2}{Target angle}
     13 }
     14 \value{
     15 The signed difference between the two angles
     16 }
     17 \description{
     18 Calculate the signed difference between angles (in degrees)
     19 }
     20