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

plot_flight_vertical_time(poss)

Arguments

poss

a dataframe of position reports with (at least) timestamp (a date-time) and altitude (in feet) columns

Value

a ggplot2 plot object.

Examples

if (FALSE) {
plot_flight_vertical_time(poss)
}