print8gema {rbmn} | R Documentation |
standard print function for a /gema/ object.
Description
prints a /gema/ object completely or a part of it according to
what
specification.
Usage
print8gema(gema, what="ml", ordering=NULL, digits=3, printed=TRUE)
Arguments
gema |
|
what |
a |
ordering |
Nodes are given following the indices of "ordering"
if |
digits |
when not null, the number of digits for rounding. |
printed |
|
Value
The gema
is printed or a matrix having nn x ?
is
returned binding which elements are precised in the argument
what
.
Examples
print8gema(rbmn0gema.01);
print8gema(rbmn0gema.02, "m");
print8gema(rbmn0gema.03, "l", digit=1);
print8gema(rbmn0gema.04, printed=FALSE);
[Package rbmn version 0.9-6 Index]