Description Usage Arguments Details Value Examples
View source: R/graph_operation.R
Graph layout with vertices on a semicircle.
1  | layout_in_semicircle(graph)
 | 
graph | 
 the input graph.  | 
Layout in semicircle places vertices on a semicircle, in the order of their vertex ids.
A numeric matrix with two columns, and one row for each vertex.
1 2 3 4  | ## Not run: 
    layout_in_semicircle(graph)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.