Learn R Programming

rbmn (version 0.9-6)

print8gema: 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)

Value

The gema is printed or a matrix having nn x ? is returned binding which elements are precised in the argument what.

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.

Examples

Run this code
 print8gema(rbmn0gema.01);
 print8gema(rbmn0gema.02, "m");
 print8gema(rbmn0gema.03, "l", digit=1);
 print8gema(rbmn0gema.04, printed=FALSE);

Run the code above in your browser using DataLab