Description Usage Arguments Details Value Author(s) See Also Examples
Returns a list of all incoming edges for the specified nodes.
1 | inEdges(node, object)
|
node |
character vector of node names |
object |
a |
If no node
argument is specified, inEdges
returns the
incoming edges for all nodes in the graph.
For an undirected graph, inEdges
returns all edges for the
specified nodes.
A list with length matching the length of node
. If node
was missing, a list containing an element for each node in the graph.
Each list element contains a character vector of node names giving the nodes that have outgoing edges to the node given by the name of the list element.
R. Gentleman
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.