print8gema: standard print function for a /gema/ object.

View source: R/f03.nbnmi.code.r

print8gemaR 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

gema object to be printed.

what

a character(1); when comprising "m" the expectations are printed, "l" the linear combinations are printed.

ordering

Nodes are given following the indices of "ordering" if numeric or the names if it is character. NULL means the identity permutation. Repetitions or missing nodes are accepted.

digits

when not null, the number of digits for rounding.

printed

TRUE to issue a printing, if not the prepared matrix is returned.

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);

rbmn documentation built on July 9, 2023, 6:37 p.m.