as_polyarc {MetaNet} | R Documentation |
Layout as a polyarc
Description
Layout as a polyarc
Usage
as_polyarc(n = 3, space = pi/3)
Arguments
n |
how many arcs of this poly_arc |
space |
the space between each arc, default: pi/3 |
Value
A two-column matrix, each row giving the coordinates of a vertex, according to the ids of the vertex ids.
See Also
Other layout:
as_arc()
,
as_circle_tree()
,
as_line()
,
as_polycircle()
,
as_polygon()
,
c_net_layout()
Examples
as_polyarc()(co_net)
[Package MetaNet version 0.1.2 Index]