Description Usage Arguments Details Value
Create a flightpath object from coordinate info.
1 | createPath(longitude, latitude, altitude = NA)
|
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. |
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.
A flightpath object encapsulating these parameters (with default values substituded as necessary).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.