compInt: Calculate compound interest by percentage

View source: R/compInt.R

compIntR Documentation

Calculate compound interest by percentage

Description

Calculate compound interest by percentage

Usage

compInt(v, r, t)

Arguments

v

initial capital

r

percentage annual rate of interest e.g. 5.81% = 0.0581

t

time in number of years of investment

Value

numeric vector

Examples

compInt(v = 10, r = 0.1, t = 10)

johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.