plot_cpr_horizontal: Plot CPR trajectories on a map

View source: R/plot.R

plot_cpr_horizontalR Documentation

Plot CPR trajectories on a map

Description

Plot CPR trajectories on a map

Usage

plot_cpr_horizontal(poss, bbox = NULL, ...)

Arguments

poss

a dataframe of correlated position reports (CPRs) with (at least) callsign, timestamp_track (a date-time), flight_level (in flight levels), longitude (in decimal degrees) and latitude (in decimal degrees) columns

bbox

a bounding box in the format c(lowerleftlon, lowerleftlat, upperrightlon, upperrightlat).

...

Extra parameters to pass further on.

Value

a ggplot2 plot

See Also

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

Examples

## Not run: 
# plot CPR tryjectories
europe <- c(left = 5, bottom = 35, right = 30, top = 52)
plot_cpr_horizontal(cprs, europe)

## End(Not run)

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