min_deficiency_moralization: A function to moralize a graph according to the minimum...

Description Usage Arguments

View source: R/min_deficiency_moralization.R

Description

The function moralizes a graph according to the minimum deficiency at each step. Once deficiency of a node is filled in, all edges between the neighbours of the node are removed together with the node itself. This is similar to minimum degree moralization.

Usage

1

Arguments

graph

A graph that is stored in an adjacency matrix.

node

A node that is expressed in text, e.g. "V1" or "X1".


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