Learn R Programming

sstModel (version 1.0.0)

summary.asset: Summarizing an Asset with Direct Market Price

Description

summary method for the S3 class asset.

Usage

# S3 method for asset
summary(object, ...)

Arguments

object

S3 object of class asset.

...

additional arguments.

Value

an S3 object, instance of class c("summaryDefault", "table").

See Also

summary, asset.

Examples

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

# }

Run the code above in your browser using DataLab