pv | R Documentation |
Compute the present value of a numeric quantiy z
given a discount rate
dr
and times t
.
pv(z, dr, t)
z |
A numeric quantity. |
dr |
The discount rate. |
t |
A vector of times to compute the present value. |
pv(1000, dr = .03, t = 0:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.