plot_flight_vertical_distance: Plot the vertical profile of the recorded positions of a...

View source: R/plot.R

plot_flight_vertical_distanceR Documentation

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

Description

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.

See Also

Other plot: plot_cpr_horizontal(), plot_flight_horizontal(), plot_flight_vertical_time()

Examples

## Not run: 
plot_flight_vertical_distance(poss)

## End(Not run)

euctrl-pru/trrrj documentation built on April 15, 2024, 1:24 p.m.