matching_special_envelop_graph: special subgraph matching

Description Usage Arguments

View source: R/matching_special_envelop_graph.R

Description

This function searches for a special envelop subgraph in the given graph G. The function returns 0 if there is not such a matching or 1 if there is or NA if the given node is not in a stack of 3 K3s.

Usage

1

Arguments

G

A given undirected graph stored in an adjacency matrix format.

node

A node that is in a stack of 3 K3s.


kelvinyangli/wrsgraph documentation built on Sept. 6, 2019, 10 a.m.