maxDistanceFromPath: Find the maximum distance of a flight trajectory from a...

Description Usage Arguments Value

Description

Find the maximum distance of a flight trajectory from a flight path.

Usage

1
maxDistanceFromPath(trajectory, path)

Arguments

trajectory

A matrix or SpatialPoints object indicating the trajectory of an aircraft.

path

A matrix or SpatialPoints object indicating the ordered waypoints a pre-defined flight path.

Value

A named vector indicating the horizontal and vertical distance from the fligh path at which the aircraft reached the maximum slant (euclidean) distance.


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