print8chain: prints a /chain/ object

Description Usage Arguments Value Examples

Description

prints, with or more emphasis, a /chain/ object.

Usage

1
print8chain(x, ..., empha=0)

Arguments

x

chain object to be printed

...

Further arguments to be passed to the print function.

empha

degree of emphasis, 0 for one line printing.

Value

nothing a printing is issued

Examples

1
2
3
 prr3k("RESET"); # needed only for R checking, to be forgotten
 print(prr.chain1);
 print(prr.chain1, empha=2);

prr documentation built on May 2, 2019, 6:35 p.m.

Related to print8chain in prr...