layout.bipartite | R Documentation |
layout.bipartite()
was renamed to layout_as_bipartite()
to create a more
consistent API.
layout.bipartite(graph, types = NULL, hgap = 1, vgap = 1, maxiter = 100)
graph |
The bipartite input graph. It should have a logical
‘ |
types |
A logical vector, the vertex types. If this argument is
|
hgap |
Real scalar, the minimum horizontal gap between vertices in the same layer. |
vgap |
Real scalar, the distance between the two layers. |
maxiter |
Integer scalar, the maximum number of iterations in the crossing minimization stage. 100 is a reasonable default; if you feel that you have too many edge crossings, increase this. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.