Learn R Programming

MetaNet (version 0.1.2)

as_polyarc: Layout as a polyarc

Description

Layout as a polyarc

Usage

as_polyarc(n = 3, space = pi/3)

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 arcs of this poly_arc

space

the space between each arc, default: pi/3

See Also

Other layout: as_arc(), as_circle_tree(), as_line(), as_polycircle(), as_polygon(), c_net_layout()

Examples

Run this code
as_polyarc()(co_net)

Run the code above in your browser using DataLab