add.undirected.backend: (Internal) Add undirected edge to a 'bnlearn' object.

Description Usage Arguments

View source: R/bnlearn.R

Description

This bridge to bnlearn can be temperamental because bnlearn also has an object called bn.

Usage

1
  add.undirected.backend(from, to, arcs, debug = F)

Arguments

from

A character string, the label of a node.

to

A character string, the label of a node.

arcs

A matrix of two columns of character strings

debug

a boolean value. If TRUE a lot of debugging output is printed; otherwise the function is completely silent.


rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.