chain2gema {rbmn}R Documentation

transforms a /chain/ to a /gema/

Description

From a chain object returns the gema using a direct formulae.
Much precised than to use the /nbn/ way.

Usage

chain2gema(chain)

Arguments

chain

the chain object to be transformed.

Value

The corresponding gema object.

Examples

 identical(chain2gema(rbmn0chain.02)$mu, rbmn0gema.02$mu);
 print(chain2gema(rbmn0chain.02)$li-rbmn0gema.02$li);

[Package rbmn version 0.9-6 Index]