Rdocumentation
powered by
Learn R Programming
functionMap (version 1.0.0)
isolates: Vertices that cannot be found from the a set of source vertices
Description
Vertices that cannot be found from the a set of source vertices
Usage
isolates(graph, sources)
Arguments
graph
The input graph, an adjacency list.
sources
The names of the source vertices.
Value
A character vector of unreachable vertex names.