arcs.bnet: Arcs of an object

Description Usage Arguments Value Examples

Description

Arcs of an object

Usage

1
2
## S3 method for class 'bnet'
arcs(object)

Arguments

object

Value

a matrix with two columns, each row represent an arc from the first element to the second.

Examples

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

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