flightpathr

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

identifyChanges.Rd (390B)


      1 % Generated by roxygen2: do not edit by hand
      2 % Please edit documentation in R/identifyManeuvers.R
      3 \name{identifyChanges}
      4 \alias{identifyChanges}
      5 \title{Helper function for identifying changes based on change magnitude and change
      6 slope.}
      7 \usage{
      8 identifyChanges(x, dx, xThresh, dxThresh)
      9 }
     10 \description{
     11 Helper function for identifying changes based on change magnitude and change
     12 slope.
     13 }
     14