mixedGraphHasSimpleNumbering {SEMID}R Documentation

Checks that a MixedGraph has appropriate node numbering

Description

Checks that the input mixed graph has vertices are numbered from 1 to mixedGraph$numNodes(). Throws an error if they are not.

Usage

mixedGraphHasSimpleNumbering(mixedGraph)

Arguments

mixedGraph

the mixed graph object


[Package SEMID version 0.4.1 Index]