connect.neighborhood | R Documentation |
connect.neighborhood()
was renamed to connect()
to create a more
consistent API.
connect.neighborhood(graph, order, mode = c("all", "out", "in", "total"))
graph |
The input graph. |
order |
Integer giving the order of the neighborhood. |
mode |
Character constant, it specifies how to use the direction of
the edges if a directed graph is analyzed. For ‘out’ only the
outgoing edges are followed, so all vertices reachable from the source
vertex in at most |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.