grappa4check: checks if the provided bn is Grappa-compatible

Description Usage Arguments Value Examples

Description

(bn) More precisely, all nodes must be of numcat type.

Usage

1

Arguments

bn

The bn object.

Value

TRUE or FALSE according to

Examples

1
2
3
4
5
 rebastaba3k("RESET"); # (only for R checking)
 grappa4check(rebastaba.bn2);
 uu <- and4bn(zero2bn(char2des("oui")), new8alk(char2des("NC1"), ltype="numcat", 
 lpara=list(p=1:4), lpod=list(LETTERS[1:4])));
 grappa4check(uu);

rebastaba documentation built on May 2, 2019, 5:24 p.m.