View source: R/f03.nbnmi.code.r
print8gema | R Documentation |
prints a /gema/ object completely or a part of it according to
what
specification.
print8gema(gema, what="ml", ordering=NULL, digits=3, printed=TRUE)
gema |
|
what |
a |
ordering |
Nodes are given following the indices of "ordering"
if |
digits |
when not null, the number of digits for rounding. |
printed |
|
The gema
is printed or a matrix having nn x ?
is
returned binding which elements are precised in the argument
what
.
print8gema(rbmn0gema.01);
print8gema(rbmn0gema.02, "m");
print8gema(rbmn0gema.03, "l", digit=1);
print8gema(rbmn0gema.04, printed=FALSE);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.