Skip to contents

Plot the vertical profile of the recorded positions of a flight from lapsed distance perspective.

Usage

plot_flight_vertical_distance(poss)

Arguments

poss

a dataframe of position reports with (at least) timestamp (a date-time), altitude (in feet), longitude (in decimal degrees) and latitude (in decimal degrees) and callsign columns

Value

a ggplot2 plot object.

Examples

if (FALSE) {
plot_flight_vertical_distance(poss)
}