Skip to content

Commit

Permalink
correct capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpietzcker committed Dec 10, 2024
1 parent 5c97346 commit a7e2d85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/compareScenarios/cs_04_energy_supply.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ showAreaAndBarPlots(data, items, tot, scales = "fixed")
tot <- "SE|Solids"
items <- c(
"SE|Input|Solids|T&D Losses",
"SE|Input|Solids|T&D losses",
"FE|CDR|Solids",
"FE|Transport|Solids",
"FE|Buildings|Solids",
Expand Down Expand Up @@ -493,7 +493,7 @@ showAreaAndBarPlots(data, items, tot, orderVars="user", scales = "fixed")
tot <- "SE|Liquids"
items <- c(
"SE|Input|Liquids|T&D Losses",
"SE|Input|Liquids|T&D losses",
"FE|CDR|Liquids",
"FE|Buildings|Liquids",
"FE|Non-energy Use|Industry|Liquids",
Expand Down Expand Up @@ -526,7 +526,7 @@ showAreaAndBarPlots(data, items, tot, orderVars="user", scales = "fixed")
tot <- "SE|Gases"
items <- c(
"SE|Input|Gases|T&D Losses",
"SE|Input|Gases|T&D losses",
"FE|CDR|Gases",
"FE|Transport|Bunkers|Gases",
"FE|Transport|w/o Bunkers|Gases",
Expand Down

0 comments on commit a7e2d85

Please sign in to comment.