plot.bnet: Plot a bnet object

Description Usage Arguments Value See Also Examples

Description

Plot a bnet object

Usage

1
2
## S3 method for class 'bnet'
plot(x, y = NULL, ...)

Arguments

x

a bnet object

...

compatibility with plot.default

Value

a plot of a bnet structure, with targets (red) and predictors (green)

See Also

points.bmop

Examples

1
2
bnet<-new_bnet(c("A","B"),matrix(nrow=2,c(0,1,0,0)))
plot(bnet)

gherardovarando/Rbnet documentation built on May 17, 2019, 4:18 a.m.