View source: R/gradient_to_future.R
gradient_to_future | R Documentation |
gradient_to_future
Compute future value from uniform gradient payments
using uniform gradient present worth factor (ugfw)Calculate future value from uniform gradient payment
gradient_to_future
Compute future value from uniform gradient payments
using uniform gradient present worth factor (ugfw)
gradient_to_future(i, n, G)
i |
discount rate in percent per year |
n |
life span in years |
G |
uniform gradient payments |
fr.value
Newnan, D. G., Eschenbach, T. G., Lavelle, J. P., & Oxford, N. Y. Engineering Economic Analysis, 14th ed. New York, Oxford University Press, 2020
David, W., & Terry, R. Fundamentals of Engineering Economics and Decision Analysis. Springer Nature, 2012
# Result: fr.value = $ 312312
gradient_to_future(0.08, 30,300)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.