string7dag4nbn {rbmn} | R Documentation |
provides so-called string model of a /nbn/
Description
returns a character(1)
describing the dag of the nbn under the
string form.
Usage
string7dag4nbn(nbn, sep=";")
Arguments
nbn |
The nbn. |
sep |
Separation sign between parents after the conditioning
sign ( |
Value
A character(1)
.
Examples
string7dag4nbn(rbmn0nbn.01);
string7dag4nbn(rbmn0nbn.04, sep=", ");
[Package rbmn version 0.9-6 Index]