Description Usage Arguments Details Value Author(s)
Get all vertices assessed by given vertices.
1 | vs_accessed_by(g, v.names, mode = c("out", "in", "all"))
|
g |
graph object |
v.names |
character vector, names of vertices |
mode |
character, "out" (default), "in" or "all", direction from given vertices. |
"Accessed" means that not all the distances from (mode="out") or to (mode="in") given vertices are infinite.
vertices vector
ZG Zhao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.