plot.mhnet: Plot the Graph

Description Usage Arguments Value See Also Examples

Description

Convert mhnet network to bnlearn object and plot it

Usage

1
2
## S3 method for class 'mhnet'
plot(x, ...)

Arguments

x

mhnet network

...

Other graphical parameters

Value

NULL

See Also

matrix2strength

Examples

1
2
3
nw <- empty.network(LETTERS[1:4])
nw <- add.edge(nw, "A", "D")
plot(nw)

simecek/mhnet documentation built on May 29, 2019, 10:01 p.m.