Profile a set of routes
Usage
profile_routes(
routes,
yvar = c("hours", "longitude"),
ap_loc = make_airports(warn = FALSE),
n_max = 2
)
Arguments
- routes
as generated by
find_route
- yvar
horizontal axis is hours or longitude
- ap_loc
Airports and coordinates, by (silent) default from
make_airports
- n_max
maximum number of routes to plot (default 2)