complete_graph {bnclassify}R Documentation

Returns a complete unweighted graph with the given nodes.

Description

Returns a complete unweighted graph with the given nodes.

Usage

complete_graph(nodes)

Arguments

nodes

A character vector.

Value

a graphNEL object.


[Package bnclassify version 0.4.8 Index]