Learn R Programming

rbmn (version 0.9-6)

print8chain: prints a /chain/ object

Description

prints a /chain/ object.

Usage

print8chain(chain, digits=3)

Value

nothing but something is printed

Arguments

chain

The chain object to print.

digits

when not null, the number of digits for rounding the numerical values.

Details

See nbn2chain code for some details about the definition of a /chain/.

Examples

Run this code
 print8chain(rbmn0chain.01);
 print8chain(rbmn0chain.02);
 print8chain(rbmn0chain.03);

Run the code above in your browser using DataLab