R/berekenNPV.R

Defines functions calNPV

#'  Bereken NPV
#'


calNPV <- function(i, cf, t=seq(along=cf)) sum(cf/(1+i)^t)
verweijruben/iftools documentation built on May 3, 2019, 6:11 p.m.