plot8bn: plots an object bn

Description Usage Arguments Details Value Examples

Description

(bn) produces the plot of the graph of the BN x

Usage

1
plot8bn(x, y="useless", ..., frame=FALSE)

Arguments

x

the /bn/ object to plot

y

Useless argument introduced for compatibility with generic plot functions of R.

...

Further arguments to be passed to the standard plot function.

frame

must a frame be added?

Details

The constant g4n.pgr0 is used to build the graph

Value

returns nothing but a plot is drawn

Examples

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

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

Related to plot8bn in rebastaba...