Description Usage Arguments Value Examples
View source: R/create_par_value_tbl.R
Present value of investment at various years of maturity
1 | create_par_value_tbl(face_value, rate, years_to_maturity = 0:10)
|
face_value |
Value of money at time t0. |
rate |
Interest rate. |
years_to_maturity |
Number of periods. |
Tibble with present value for each year of maturity
1 2 | create_par_value_tbl(1000, 0.05)
create_par_value_tbl(1000, 0.10, 0:20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.