View source: R/om_distribute.R
om_distribute | R Documentation |
om_distribute
Distribute periodic present value operations and maintenance costs
over a project life span, discount over project, and compute present valueCalculate the present value of periodic operations and maintenance costs
om_distribute
Distribute periodic present value operations and maintenance costs
over a project life span, discount over project, and compute present value
om_distribute(i, n, fq, OM)
i |
discount rate in percent per year |
n |
life span in years |
fq |
frequency of cost in years |
OM |
operation and maintenance cost incurred at each interval in present value |
OM_dist
Add citation as needed.
#Result is the present value cost of periodic operations and maintenance expenses.
# Result: idc ($) = 8174.547
om_distribute(0.03, 50, 3, 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.