induced.subgraph.by_name | R Documentation |
Creates a subgraph of a graph, containing only the specified vertices and the edges between them.
induced.subgraph.by_name(graph, names)
graph |
The original graph. |
names |
vector of strings. The names of the vertices which will form the subgraph. |
The induced subraph.
igraph::induced_subgraph(), which this procedure uses internally.
Other data laundering techniques:
common_features()
,
cut_off()
,
graphed_features()
,
launder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.