The function plots modeled wind trajectories onto a map with information provided at every air transport time interval.
trajectory_plot(x, show_hourly = TRUE, color_scheme = "cycle_hues")
either a trajectory data frame, typically
created from use of the hysplit_trajectory
,
or a trajectory model object that contains output
data (i.e., after executing model runs via the
run_model
function).
an option to show hourly positions and associated data along trajectories.
defines the appearance of
multiple trajectories in a single plot. Current
options are cycle_hues
(the default), and
increasingly_gray
.