compInt | R Documentation |
Calculate compound interest by percentage
compInt(v, r, t)
v |
initial capital |
r |
percentage annual rate of interest e.g. 5.81% = 0.0581 |
t |
time in number of years of investment |
numeric vector
compInt(v = 10, r = 0.1, t = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.