as_arc {MetaNet} | R Documentation |
Layout as a arc
Description
Layout as a arc
Usage
as_arc(angle = 0, arc = pi)
Arguments
angle |
anticlockwise rotation angle |
arc |
the radian of arc |
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_circle_tree()
,
as_line()
,
as_polyarc()
,
as_polycircle()
,
as_polygon()
,
c_net_layout()
Examples
as_arc()(co_net)
c_net_plot(co_net, coors = as_arc(pi / 2), rescale = FALSE)
[Package MetaNet version 0.1.2 Index]