Skip to content

Commit

Permalink
Add Guardrail vs. SCC area plot to cs_01_summary.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters authored Aug 7, 2024
1 parent b04d9b6 commit 4d9b114
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/compareScenarios/cs_01_summary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ showAreaAndBarPlots(data, items, orderVars = "user", scales = "fixed")
```{r CO2 Prices}
showLinePlots(data, "Price|Carbon")
showRegiLinePlots(data, "Price|Carbon")
if ("Price|Carbon|SCC" %in% data$variable) {
showAreaAndBarPlots(data, c("Price|Carbon|SCC", "Price|Carbon|Guardrail"), "Price|Carbon", scales = "fixed")
}
```

```{r CO2 Prices per sector}
Expand Down

0 comments on commit 4d9b114

Please sign in to comment.