plot {bnstruct} | R Documentation |
plot a BN
as a picture.
Description
plot a BN
as a picture.
Usage
## S3 method for class 'BN'
plot(
x,
method = "default",
use.node.names = TRUE,
frac = 0.2,
max.weight = max(dag(x)),
node.size.lab = 14,
node.col = rep("white", num.nodes(x)),
plot.wpdag = FALSE,
...
)
Arguments
x |
a |
method |
either |
use.node.names |
|
frac |
minimum fraction [0,1] of presence of an edge to be plotted (used in case of |
max.weight |
maximum possible weight of an edge (used in case of |
node.size.lab |
font size for the node labels in the default mode. |
node.col |
list of ( |
plot.wpdag |
if |
... |
potential further arguments when using |