chain2list: transforms a /chain/ into a list

Description Usage Arguments Value Examples

Description

transforms a /chain/ into a list compatible with the function list2chain. The main use of this function is to be a part of the function write8chain.

Usage

1
chain2list(chain)

Arguments

chain

The chain to be transformed.

Value

The generated list.

Examples

1
2
 prr3k("RESET"); # (only for R checking)
 chain2list(prr.chain1);

prr documentation built on May 2, 2019, 6:35 p.m.

Related to chain2list in prr...