plot a BN as a picture.
Arguments
- x
a
BNobject.- method
either
defaultofqgraph. Thedefaultmethod requires theRgraphvizpackage, whileqgraphrequires theqgraphpackage and allows for a greater customization.- use.node.names
TRUEif node names have to be printed. IfFALSE, numbers are used instead.- frac
minimum fraction [0,1] of presence of an edge to be plotted (used in case of
plot.wpdag=TRUE).- max.weight
maximum possible weight of an edge (used in case of
plot.wpdag=TRUE).- node.size.lab
font size for the node labels in the default mode.
- node.col
list of (
R) colors for the nodes.- plot.wpdag
if
TRUEplot the network according to the WPDAG computed using bootstrap instead of the DAG.- ...
potential further arguments when using
method="qgraph". Please refer to theqgraphdocumentation for the parameters available for theqgraph()method.