Learn R Programming

sstModel (version 1.0.0)

print.life: Printing a Life Delta-Normal Remainder Term

Description

print method for S3 class life.

Usage

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

Arguments

x

an S3 object of class life.

...

additional parameters.

Value

None (invisible NULL).

See Also

print, life.

Examples

Run this code
# NOT RUN {
# Creating a new health item.
life1 <- life(name        = c("pandemy", "longetivity", "storno"),
              currency    = c("EUR", "CHF", "EUR"),
              sensitivity = c(100, 150, 130))
# printing the health item.
life1

# }

Run the code above in your browser using DataLab