Learn R Programming

RelValAnalysis (version 1.0)

print.toymkt:

Printing Toy Market Object

Description

The function print.toymkt prints a toymkt object.

Usage

"print"(x, ...)

Arguments

x

a toymkt object.

...
further arguments.

Details

The number of assets is printed together with their names. This is followed by the components of the object.

See Also

toymkt

Examples

Run this code
data(EuStockMarkets)
market <- toymkt(EuStockMarkets)
market

Run the code above in your browser using DataLab