bn: Constructor function for a 'bn' object.

Description Usage Arguments Value See Also Examples

View source: R/class.R

Description

bn is a subclass of parental. See parental for detailed documentation.

Usage

1
  bn(...)

Arguments

...

A series of vectors specifying the parents of each node. These vectors must be of storage.mode "integer".

Value

An object of class 'bn'.

See Also

parental

Examples

1
bn(c(), 1, 2)

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