View source: R/edgeList2graph.R
edgelist2graph | R Documentation |
igraph
graphTransforms an edge list into an igraph
graph. The edge list can come from
columns 1 and 3 of a SIF (Simple Interaction Format) file, or can otherwise
contain pairs of nodes connected in the graph.
edgelist2graph(edge.lst)
edge.lst |
Matrix-like object with two columns that define undirected edge-list. |
This function applies graph_from_edgelist
then simplify
.
An igraph
graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.