View source: R/abstract-graph.R
| node_degrees | R Documentation |
This function is only called nodes that have been check()'d. It is
safe to assume that nodes is non-empty.
node_degrees(graph, nodes)
graph |
A graph object. |
nodes |
The name(s) of node(s) in |
A data.frame() with one row for every node in nodes and
two columns: in_degree and out_degree. In a symmetric graph,
in_degree and out_degree should match.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.