Cons_check {SECFISH} | R Documentation |
Validation of the disaggregation applied on variable costs
Description
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.
Usage
Cons_check(Costs_FS,Costs_MET,path)
Arguments
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. |
Value
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() |
Author(s)
Isabella Bitetto
Examples
Cons_check(Costs_FS,Costs_MET,path=tempdir())
[Package SECFISH version 0.1.7 Index]