layout.star | R Documentation |
layout.star()
was renamed to layout_as_star()
to create a more
consistent API.
layout.star(graph, center = V(graph)[1], order = NULL)
graph |
The graph to layout. |
center |
The id of the vertex to put in the center. By default it is the first vertex. |
order |
Numeric vector, the order of the vertices along the perimeter. The default ordering is given by the vertex ids. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.