This default method uses the loongraph display states as arguments to create a graph display.

# S3 method for default
l_graph(nodes = "", from = "", to = "",
  parent = NULL, ...)

Arguments

nodes

vector with nodenames

from

vector with node names of the from-to pairs for edges

to

vector with node names of the from-to pairs for edges

parent

parent widget of graph display

...

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