Learn R Programming

MetaNet (version 0.2.5)

as_polycircle: Layout as a polycircle

Description

Layout as a polycircle

Usage

as_polycircle(n = 5)

Value

A two-column matrix, each row giving the coordinates of a vertex, according to the ids of the vertex ids.

Arguments

n

how many circles of this polycircle

See Also

Other layout: as_arc(), as_circle_tree(), as_line(), as_multi_layer(), as_poly_sector(), as_polyarc(), as_polygon(), c_net_layout()

Examples

Run this code
as_polycircle()(co_net)

Run the code above in your browser using DataLab