Learn R Programming

SplitR (version 0.4)

trajectory_plot: Plot HYSPLIT trajectory model output onto a map

Description

The function plots modeled wind trajectories onto a map with information provided at every air transport time interval.

Usage

trajectory_plot(x, show_hourly = TRUE, color_scheme = "cycle_hues")

Arguments

x

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).

show_hourly

an option to show hourly positions and associated data along trajectories.

color_scheme

defines the appearance of multiple trajectories in a single plot. Current options are cycle_hues (the default), and increasingly_gray.