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

Description Usage Arguments Value See Also Examples

Description

print method for S3 class life.

Usage

1
2
## S3 method for class 'life'
print(x, ...)

Arguments

x

an S3 object of class life.

...

additional parameters.

Value

None (invisible NULL).

See Also

print, life.

Examples

1
2
3
4
5
6
# 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

sstModel documentation built on May 2, 2019, 12:16 p.m.