chain2gema: transforms a /chain/ to a /gema/

View source: R/f02.chain.code.r

chain2gemaR 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);

rbmn documentation built on July 9, 2023, 6:37 p.m.