induced.subgraph.by_name: Subgraph of a graph

View source: R/launder.R

induced.subgraph.by_nameR Documentation

Subgraph of a graph

Description

Creates a subgraph of a graph, containing only the specified vertices and the edges between them.

Usage

induced.subgraph.by_name(graph, names)

Arguments

graph

The original graph.

names

vector of strings. The names of the vertices which will form the subgraph.

Value

The induced subraph.

See Also

igraph::induced_subgraph(), which this procedure uses internally.

Other data laundering techniques: common_features(), cut_off(), graphed_features(), launder()


pievos101/DFNET documentation built on Dec. 1, 2022, 3:44 p.m.