hist.rpv_Pool: hist.rpv_Pool

Description Usage Arguments Examples

View source: R/plot.R

Description

plot a histogram of the present value from a rpv() simulation of the Pool class

Usage

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

Arguments

object

rpv_Pool object

...

other arguments

Examples

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

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