Rdocumentation
powered by
Learn R Programming
DiagrammeR (version 0.8.2)
get_edge_df: Get an edge data frame from a graph
Description
From a graph, obtain an edge data frame with all current edge attributes.
Usage
get_edge_df(graph)
Arguments
graph
a graph object of class
dgr_graph
that is created using
create_graph
.
Value
an edge data frame.