as_multi_layer {MetaNet} | R Documentation |
Layout as a multi_layer
Description
Layout as a multi_layer
Usage
as_multi_layer(n = 3, layout = on_grid())
Arguments
n |
how many arcs of this multi_layer |
layout |
see method in |
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_poly_sector()
,
as_polyarc()
,
as_polycircle()
,
as_polygon()
,
c_net_layout()
Examples
as_multi_layer()(co_net)
[Package MetaNet version 0.2.5 Index]