Learn R Programming

orbweaver (version 0.10.2)

get_roots_over: Get the root nodes of a graph over some nodes

Description

Retrieves the nodes in a graph that have no parents over a certain node or group of nodes

Usage

get_roots_over(graph, nodes)

Value

A character vector of nodes

Arguments

graph

A graph object

nodes

A character vector of nodes to find roots for