profile_routes | R Documentation |
Profile a set of routes
profile_routes(
routes,
yvar = c("hours", "longitude"),
ap_loc = make_airports(warn = FALSE),
n_max = 2
)
routes |
as generated by |
yvar |
horizontal axis is hours or longitude |
ap_loc |
Airports and coordinates, by (silent) default from |
n_max |
maximum number of routes to plot (default 2) |
A list of named list pairs of plots, which can be displayed using eg result[1]
.
# not run ---
# plot_list <- profile_routes(routes, n_max = 3)
# plot_list # to display them all
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.