Learn R Programming

sstModel (version 1.0.0)

print.asset: Printing an Asset with Direct Market Price

Description

print method for the S3 class asset.

Usage

# S3 method for asset
print(x, ...)

Arguments

x

S3 object of class asset.

...

additional arguments.

Value

None (invisible NULL).

See Also

print, asset.

Examples

Run this code
# NOT RUN {
#' # Creating an asset.
a <- asset("equity", "USD", 1000)
# printing the asset.
print(a)

# }

Run the code above in your browser using DataLab