range8node: returns the variable ranges of a given node

Description Usage Arguments Details Value Examples

Description

(bn) The ranges can have different acception, see the 'range' argument.

Usage

1
range8node(bn, ion, range="standard")

Arguments

bn

The bn in which the node is defined

ion

indicates the unique node to be considered.

range

the lpod interval if finite else the lred interval. Other possibilities are "lpod","lred","lcod".

Details

When the variable is not numeric, 'standard' is synonymous with 'lpod'.

Value

a list (as many components as variables) with the corresponding domain. When the variable is numeric, intervals are given as numeric(2), the lower bound being the first.

Examples

1
2
3
 rebastaba3k("RESET"); # (only for R checking)
 range8node(rebastaba.bn2, 1);
 range8node(rebastaba.bn1, 3);

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