Graph objects are defined in the graph R package.

# S3 method for graph
l_graph(nodes, ...)

Arguments

nodes

a graph object created with the functions in the graph R package.

...

arguments to modify the graph display state

Value

graph handle

Details

For more information run: l_help("learn_R_display_graph.html#graph")

See also