l_graph.default.RdThis 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, ...)
| 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 |
graph handle
For more information run: l_help("learn_R_display_graph.html#graph")