calc_fv | R Documentation |
Future Value
calc_fv(pv, r, n)
pv |
Numeric. Present value. |
r |
Numeric. Rate of return. |
n |
Numeric. Number of periods. |
Future value.
fv <- calc_fv(1000, 0.1, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.