plot.rpv_Life: plot.rpv_Life

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

Usage

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

Arguments

object

object of class rpv_Life

...

other arguments

Examples

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

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