Learn R Programming

rbmn (version 0.9-6)

inout4chain: reduces a chain to its inputs and outputs

Description

From a chain returns the reduced chain comprising only inputs (that is root nodes) and outputs (that is colliders and ends which are not roots)

Usage

inout4chain(chain)

Value

The resulting chain

Arguments

chain

The chain object to consider.

Examples

Run this code
 print8chain(inout4chain(rbmn0chain.02));

Run the code above in your browser using DataLab