as.graph: Convert an object to a graph.

Description Usage Arguments See Also Examples

View source: R/convert.R

Description

graphNEL objects are from bioconductor package 'graph'. See graphNEL-class.

Usage

1

Arguments

x

An object

...

Further arguments, passed to method

See Also

as.graph.parental

Examples

1
2
3
4
5
if (require(graph)){
x <- bn(integer(0), 1, 2)
y <- as.graph(x)
edges(y)
}

rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.