identifyAltitudeChanges: Identify the timepoints in a trajectory that correspond to a...

Description Usage Arguments Value

Description

Identify the timepoints in a trajectory that correspond to a change in altitude.

Usage

1
identifyAltitudeChanges(trajectory, altitudeThresh, verticalSpeedThresh)

Arguments

trajectory

A flighttrajectory object (or input coercable to one) indicating the trajectory of an aircraft.

altitudeThresh

An altitude threshold (in feet).

verticalSpeedThresh

A vertical speed threshold (in feet per second).

Value

A logical vector indicating whether each timepoint can be considered a climb or descent.


eamoncaddigan/flightpathr documentation built on May 15, 2019, 7:26 p.m.