| FCV | R Documentation | 
Sales Cash Flow
FCV(vgv, wv, index = seq(0, length(wv) - 1))
| vgv | overall selling value | 
| w | vector of weights of the total expected sales over periods | 
a vector containing the expected sales cash flow
wv <- c(0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2)/20
fcv_provavel <- FCV(vgv = vgv, wv = wv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.