
Generate coordinates to place the vertices of a graph in a star-shape
Source:R/layout.R
layout.star.Rdlayout.star() was renamed to layout_as_star() to create a more
consistent API.
Usage
layout.star(graph, center = V(graph)[1], order = NULL)