Description Usage Arguments Value See Also
This layout function lets you pass the node positions in manually. Each row in the supplied data frame will correspond to a vertex in the igraph object matched by index.
1 | layout_igraph_manual(graph, node.positions, circular)
|
graph |
An igraph object |
node.positions |
A data.frame with the columns |
circular |
Ignored |
A data.frame with the columns x
, y
, circular
as
well as any information stored as vertex attributes on the igraph object.
Other layout_igraph_*: layout_igraph_auto
,
layout_igraph_circlepack
,
layout_igraph_dendrogram
,
layout_igraph_hive
,
layout_igraph_linear
,
layout_igraph_partition
,
layout_igraph_treemap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.