Learn R Programming

ggtangle (version 0.1.1)

layout_circular: Circular layout

Description

Circular layout

Usage

layout_circular(graph, sort.by = NULL, ...)

Value

A matrix of coordinates.

Arguments

graph

A graph object.

sort.by

The attribute to sort the nodes by. Default is NULL.

...

Additional arguments passed to igraph::layout_in_circle.

Author

Guangchuang Yu