Learn R Programming

cograph (version 1.5.2)

layout_star_fn: Star Layout

Description

Place one node at center, rest in a circle.

Usage

layout_star_fn(network, center = 1, ...)

Value

Data frame with x, y coordinates.

Arguments

network

A CographNetwork object.

center

Index of the center node. Default 1.

...

Additional arguments (ignored).