Learn R Programming

MetaNet (version 0.2.5)

as_multi_layer: Layout as a multi_layer

Description

Layout as a multi_layer

Usage

as_multi_layer(n = 3, layout = on_grid())

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 multi_layer

layout

see method in c_net_layout

See Also

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

Examples

Run this code
as_multi_layer()(co_net)

Run the code above in your browser using DataLab