graph.star | R Documentation |
graph.star()
was renamed to make_star()
to create a more
consistent API.
graph.star(n, mode = c("in", "out", "mutual", "undirected"), center = 1)
n |
Number of vertices. |
mode |
It defines the direction of the
edges, |
center |
ID of the center vertex. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.