layout.star: Generate coordinates to place the vertices of a graph in a...

View source: R/layout.R

layout.starR Documentation

Generate coordinates to place the vertices of a graph in a star-shape

Description

[Deprecated]

layout.star() was renamed to layout_as_star() to create a more consistent API.

Usage

layout.star(graph, center = V(graph)[1], order = NULL)

Arguments

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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.