modify4bn: plot an object rbsb to interactively modify its graph

Description Usage Arguments Details Value Examples

Description

(bn) Issues a graphical display of the network and using the mouse, the user can change the position of the nodes, add and remove arcs, rotate the graph to modify the projection plane.
See modify4gn for further details.

Usage

1
modify4bn(bn, pg=g4n.pgr0)

Arguments

bn

the rbsb object to plot

pg

graphics parameters (see rebastaba.la)

Details

Everything is done through bn2gn, modify4gn and gn2bn

Value

returns the modified bn

Examples

1
2
 rebastaba3k("RESET"); # (only for R checking)
 ## Not run: modify4bn(rebastaba.bn2);

rebastaba documentation built on May 2, 2019, 5:24 p.m.