View source: R/harmonised-writing.R
calculate_indicator_not_aggregable_by_time | R Documentation |
This function computes the value of a certain indicator that is not aggregable by time (normally, those related to financial).
calculate_indicator_not_aggregable_by_time(
indicator,
annualEnergySavings,
annualCostSavings,
affectedBuildingArea,
investment,
discountRate,
lifespan
)
indicator |
<string> defining the KPI to calculate. Possible values: NormalisedInvestmentCost, AvoidanceCost, SimplePayback, NetPresentValue, ProfitabilityIndex, NetPresentValueQuotient, InternalRateOfReturn. |
annualEnergySavings |
<float> definining the accumulated energy saving for a whole year. |
annualCostSavings |
<float> definining the accumulated cost saving for a whole year. |
affectedBuildingArea |
<float> definining building area affected by the EEM, or project of EEMs. |
investment |
<float> defining the total initial investment cost of EEM, or project of EEMs. |
discountRate |
<float> defining the discount rate for the Net Present value. Unit: ratio. |
lifespan |
<int> defining the lifespan of a EEM, or a project of EEMs. |
<float> with the value of the KPI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.