euv | R Documentation |
This R function calculate annuity for the present value, future value, number of payments/periods, amount of the first payment, the payment increment amount per period, and/or the interest rate for an arithmetically growing annuity.
euv( pv = NA, fv = NA, n = NA, a = NA, q = NA, r = NA, ic = 1, pf = 1, imm = TRUE, plot = FALSE )
pv |
present value |
fv |
future value |
n |
number of periods |
a |
amount of the first payment |
q |
payment increment amount per period |
r |
nominal interest rate convertible ic times per period |
ic |
interest conversion frequency per period |
pf |
Payment frequency - number of payments per year |
imm |
option for annuity immediate or annuity due, default is immediate (TRUE) |
plot |
option to display a time diagram of the payments |
Returns Annuity
euv(pv=1000, fv=NA, n=10, a=NA, q=0, r=.05, ic=1, pf=1, imm=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.