Skip to contents

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

Examples

if (FALSE) {
# plot CPR tryjectories
europe <- c(left = 5, bottom = 35, right = 30, top = 52)
plot_cpr_horizontal(cprs, europe)
}