plot.rpv_Pool: plot.rpv_Pool

Description Usage Arguments Examples

View source: R/plot.R

Description

plot the empirical cumulative distribution of the present value of death benefits from a rpv() simulation of the Pool class.

Usage

1
2
## S3 method for class 'rpv_Pool'
plot(object, ...)

Arguments

object

rpv_Pool object

...

other arguments

Examples

1
2
3
4
test <- rpv(object = Pool(), 
            n = 500,
            interest = Interest(t = 5, rate = 0.04))
plot(test)

merlinoa/diehard3000 documentation built on May 22, 2019, 6:52 p.m.