Description Usage Arguments Examples
View source: R/infladj.annuity.R
Returns the inflation adjusted future value of cashflow with (constant) annuity payments.
1  | infladj.annuity(fv = 1, rate = 0, inflation = 0, nper = 1)
 | 
fv | 
 The future value of an single payment (fv).  | 
rate | 
 The interest rate per period. Default is zero. Must be entered as decimal  | 
inflation | 
 The inflation rate per period. Default is zero. Must be entered as decimal  | 
nper | 
 The total number of payment periods. Default is one period  | 
1  | infladj.annuity(fv=-1000,rate=.06, inflation=0.02, nper=25)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.