list2nod: transforms a consistent list into a new nod object

Description Usage Arguments Details Value Examples

Description

Just analyzing the components of the list (consistent names have to be used) which are supposed to be character and tackle them to produce consistent slots of a /nod/ object. The main use of this function is to generate chains read from text files with the function read8chain.

Usage

1

Arguments

li

The list to be transformed into a /nod/ object.

Details

Non used components of the list are not considered, this is the case for a possible $name.

Value

The generated 'nod' object

Examples

1
2
 prr3k("RESET"); # (only for R checking)
 print(list2nod(nod2list(prr.nod1)));

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

Related to list2nod in prr...