Description Usage Arguments Value Author(s) Examples
View source: R/Consistency_checks.R
Function to validate the results obtained using the Disaggr function. The original costs by fleet segment are compared with the sum of the dsaggregated costs by metier within the same fleet segment.
1 | Cons_check(Costs_FS,Costs_MET,path)
|
Costs_FS |
Data frame containing the variable costs time series by fleet segment. |
Costs_MET |
Data frame containing the variable costs time series by metier within the same fleet segment. |
path |
Path where the results have to be saved. |
Costs_FS |
See example typing Co_FS in the R console. |
Costs_MET |
See example typing Co_MET in the R console. |
path |
Default path=tempdir() |
Isabella Bitetto
1 | Cons_check(Costs_FS,Costs_MET,path=tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.