as.parental.bn: Convert a 'bn' to a 'parental'.

Description Usage Arguments Value Examples

View source: R/convert.R

Description

Convert a 'bn' to a 'parental'.

Usage

1
2
  ## S3 method for class 'bn'
 as.parental(x, ...)

Arguments

x

An object of class 'bn'

...

Further arguments (unused)

Value

The object 'x', but of class 'parental'

Examples

1
2
x <- bn(c(), c(1), c(1, 2))
as.parental(x)

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