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

View source: R/plot.R

plot_flight_vertical_timeR Documentation

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

Description

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

Usage

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.

See Also

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

Examples

## Not run: 
plot_flight_vertical_time(poss)

## End(Not run)

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