Learn R Programming

sstModel (version 1.0.0)

print.delta: Printing a Delta-Normal Remainder Term

Description

print method for S3 class delta.

Usage

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

Arguments

x

an S3 object of class delta.

...

additional parameters.

Value

None (invisible NULL).

See Also

print, delta.

Examples

Run this code
# NOT RUN {
# Creating a new delta.
delta1 <- delta(name        = c("equity", "2YCHF", "EURCHF"),
                currency    = c("EUR", "CHF", "EUR"),
                sensitivity = c(100, 150, 130))
# printing the delta.
print(delta1)

# }

Run the code above in your browser using DataLab