graphviz.plot: Advanced Bayesian network plots

Description Usage Arguments Details Value Author(s) See Also

Description

Plot the graph associated with a Bayesian network using the Rgraphviz package.

Usage

1
2
graphviz.plot(x, highlight = NULL, layout = "dot",
  shape = "circle", main = NULL, sub = NULL)

Arguments

x

an object of class bn or bn.fit.

highlight

a list, see below.

layout

a character string, the layout parameter to be passed to Rgraphviz. Possible values are dots, neato, twopi, circo and fdp. See Rgraphviz documentation for details.

shape

a character string, the shape of the nodes. Can be either circle or ellipse.

main

a character string, the main title of the graph. It's plotted at the top of the graph.

sub

a character string, a subtitle which is plotted at the bottom of the graph.

Details

The highlight parameter is a list with at least one of the following elements:

and optionally one or more of the following formatting parameters:

Value

graphviz.plot returns invisibly the graph object produced by Rgraphviz.

Author(s)

Marco Scutari

See Also

plot.bn.


vspinu/bnlearn documentation built on May 3, 2019, 7:08 p.m.