View source: R/abstract-graph.R
check | R Documentation |
Inclusion criteria:
check(graph, nodes)
graph |
A graph object. |
nodes |
The name(s) of node(s) in |
At least one outgoing edge
Can get in degree and out degree of node
Can get all nodes connected to node
/ the 1-hop neighborhood
The subset of nodes
that are acceptable for inclusion. This
can be a character vector of length zero if necessary. It is critical
that no entries of nodes
are duplicated in this output, so we
recommend calling unique()
if there is any potential for repeats
in your checking good.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.