Skip to contents

Add arrow descriptions to a paths data frame

Usage

add_arrows(
  .paths,
  graph_params,
  graph_df_colnames,
  rebound_segments = ReboundTools::rebound_segments
)

Arguments

.paths

The data frame to which arrows should be added.

graph_params

See ReboundTools::path_graph_params.

graph_df_colnames

See ReboundTools::graph_df_colnames.

rebound_segments

See ReboundTools::rebound_segments.

Value

A version of .paths with a column for arrow descriptions.