print8nbn {rbmn} | R Documentation |
print function for a /nbn/ object.
Description
prints a /nbn/ object.
Usage
print8nbn(nbn, what="pr", digits=3, ordering=NULL, chk=TRUE)
Arguments
nbn |
|
what |
a |
digits |
when not null, the number of digits for rounding. |
ordering |
Nodes are given following the indices of "ordering"
if |
chk |
Check of the consistency of 'nbn' be performed before printing. |
Value
Nothing but but nbn
is printed.
Examples
print8nbn(rbmn0nbn.01);
print8nbn(rbmn0nbn.03, "pm", order=1:2)
[Package rbmn version 0.9-6 Index]