
layout.star(graph, center = V(graph)[0], order = NULL)
layout
and layout.drl
for other
layout algorithms, plot.igraph
and tkplot
on how to plot graphs and graph.star
on how to create
ring graphs.g <- graph.star(10)
layout.star(g)
Run the code above in your browser using DataLab