Skip to content

Commit

Permalink
correct variable names in new carbon management feedstocks plot in cs2
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Schreyer authored and Felix Schreyer committed Jan 13, 2025
1 parent 6b34cab commit b08c197
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inst/compareScenarios/cs_09_carbon_management.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ showAreaAndBarPlots(data,

```{r}
showAreaAndBarPlots(data,
vars = c("Carbon Management|Feedstocks|Emitted|+|Fossil",
"Carbon Management|Feedstocks|Emitted|+|Biomass",
"Carbon Management|Feedstocks|Emitted|+|Synthetic",
"Carbon Management|Feedstocks|Stored|+|Fossil",
"Carbon Management|Feedstocks|Stored|+|Biomass",
"Carbon Management|Feedstocks|Stored|+|Synthetic"),
vars = c("Carbon Management|Feedstocks|Emitted|Fossil",
"Carbon Management|Feedstocks|Emitted|Biomass",
"Carbon Management|Feedstocks|Emitted|Synthetic",
"Carbon Management|Feedstocks|Stored|Fossil",
"Carbon Management|Feedstocks|Stored|Biomass",
"Carbon Management|Feedstocks|Stored|Synthetic"),
tot = "Carbon Management|Feedstocks")
```

0 comments on commit b08c197

Please sign in to comment.