fix2fix: Find the shortest route between two navfixes/navaids

Description Usage Arguments Value

Description

This function determines the shortest route between two points (navfixes/navaids)

Usage

1
fix2fix(startFix, endFix, limitArc = TRUE, narrowArc = FALSE)

Arguments

startFix

Identifier for departure navfix/navaid.

endFix

Identifier for destination navfix/navaid.

limitArc

If TRUE, only search points at an angle of ±90 degrees towards the destination point in order to speed up the algorithm.

narrowArc

If TRUE (and also limitArc==TRUE), search at a narrower angle of ±45 degrees towards the destination point.

Value

Returns a vector of identifiers corresponding to the determined route.


thlytras/rfgfs documentation built on May 31, 2019, 10:44 a.m.