Learn R Programming

SEMID (version 0.3.2)

inducedSubgraph: Get the induced subgraph on a collection of nodes

Description

Get the induced subgraph on a collection of nodes

Usage

inducedSubgraph(this, nodes)

# S3 method for MixedGraph inducedSubgraph(this, nodes)

Arguments

this

the mixed graph object

nodes

the nodes on which to create the induced subgraph.