inducedSubgraph: Get the induced subgraph on a collection of nodes

View source: R/LatentDigraph.R

inducedSubgraphR Documentation

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 class 'LatentDigraph'
inducedSubgraph(this, nodes, ...)

## S3 method for class 'MixedGraph'
inducedSubgraph(this, nodes, ...)

Arguments

this

the graph object

nodes

the nodes on which to create the induced subgraph.

...

ignored.


Lucaweihs/SEMID documentation built on July 22, 2023, 7:49 a.m.