calculate_trisk_trajectory | R Documentation |
Calculate transition shock trajectory
calculate_trisk_trajectory(
input_data_list,
baseline_scenario,
target_scenario,
transition_scenario,
start_year,
end_year,
time_horizon,
log_path
)
input_data_list |
List with project agnostic and project specific input data |
baseline_scenario |
Character. A string that indicates which of the scenarios included in the analysis should be used to set the baseline ald_business_unit trajectories. |
target_scenario |
Character. A string that indicates which of the scenarios included in the analysis should be used to set the late & sudden ald_business_unit trajectories. |
transition_scenario |
Tibble with 1 row holding at least variables
|
start_year |
Numeric, holding start year of analysis. |
end_year |
Numeric, holding end year of analysis. |
time_horizon |
Considered timeframe for PACTA analysis. |
log_path |
String holding path to log file. |
A tibble holding annual profits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.