infladj: Returns the inflation adjusted future value of an single...

View source: R/infladj.R

infladjR Documentation

Returns the inflation adjusted future value of an single payment (fv).If fv is given as ts the deflated value of the singele paymetn is given for each year.

Description

Returns the inflation adjusted future value of an single payment (fv).If fv is given as ts the deflated value of the singele paymetn is given for each year.

Usage

infladj(fv = 1, inflation = 0, nper = 1)

Arguments

fv

The future value of an single payment (fv).

inflation

The inflation rate per period. Default is zero. Must be entered as decimal or ts

nper

The total number of payment periods. Default is one period. If inflation is entered as ts nper is ignored.

Examples

infladj(fv=-1000,inflation=0.02, nper= 25)

eaoestergaard/UNPIE documentation built on Aug. 23, 2022, 2:28 a.m.