calc_pv | R Documentation |
Present Value
calc_pv(fv, r, n)
fv |
Numeric. Future value. |
r |
Numeric. Rate of return. |
n |
Numeric. Number of periods. |
The calculated present value.
pv <- calc_pv(2000, 0.03, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.