createPath: Create a flightpath object from coordinate info.

Description Usage Arguments Details Value

Description

Create a flightpath object from coordinate info.

Usage

1
createPath(longitude, latitude, altitude = NA)

Arguments

longitude

Required; numeric vector giving aircraft longitude in degrees.

latitude

Required; numeric vector giving aircraft latitude in degrees.

altitude

Optional; numeric vector giving aircraft altitude (AGL) in feet.

Details

longitude and latitude must be the same length. altitude must also have a length equal to these parameters or be scalar. If altitude is NA, operations that compare values to flightpaths will be affected.

Value

A flightpath object encapsulating these parameters (with default values substituded as necessary).


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