nom2char: transforms a /nom/ into a character

Description Usage Arguments Details Value Examples

View source: R/f1.rbsb2.code.r

Description

returns a character of the variables or node from a /nom/.

Usage

1
nom2char(nom, of="v", sort=FALSE)

Arguments

nom

The nom object to be transformed.

of

'v' to return the set of variables; 'n' to return the set of involved nodes.

sort

Must the nodes and names be sorted?

Details

Notice that char2nom(nom) is equivalent to nv2ion(0,nom,"v")@nvn.

Value

a character.

Examples

1
2
3
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 nom2char(rbsb.nom3);
 nom2char(rbsb.nom3, "n");

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to nom2char in rbsb...