Description Usage Arguments Value Examples
View source: R/present_value.R
Calculate present value of an investment after one or more periods
1 | present_value(future_value, rate, periods)
|
future_value |
Value of money at maturity. |
rate |
Interest rate for money. |
periods |
Number of periods. |
Present value (PV) of the investment.
1 2 | present_value(1000, 0.05, 3)
present_value(1000, 0.07, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.