Skip to content

Commit

Permalink
adding detailed FE plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Gong committed Dec 15, 2023
1 parent ab1aa34 commit f5d4ac6
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions inst/markdown/compareScenarios2/cs2_01_summary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,33 @@ items <- c(
"FE|Gases",
"FE|Liquids",
"FE|Solids",
NULL
)
NULL)
showAreaAndBarPlots(data, items, orderVars = "user", scales = "fixed")
```

## FE by carrier (detailed)

```{r FE by carrier (detailed)}
items <- c(
"FE|Industry|Electricity",
"FE|Industry|Hydrogen",
"FE|Industry|Heat",
"FE|Industry|Gases",
"FE|Industry|Liquids",
"FE|Industry|Solids",
"FE|Buildings|Electricity",
"FE|Buildings|Hydrogen",
"FE|Buildings|Heat",
"FE|Buildings|Gases",
"FE|Buildings|Liquids",
"FE|Buildings|Solids",
"FE|Transport|Electricity",
"FE|Transport|Hydrogen",
"FE|Transport|Gases",
"FE|Transport|Liquids",
NULL)
showAreaAndBarPlots(data, items, orderVars = "user", scales = "fixed")
```

Expand All @@ -167,8 +192,8 @@ items <- c(
"FE|Industry|Gases",
"FE|Industry|Liquids",
"FE|Industry|Solids",
NULL
)
NULL)
showAreaAndBarPlots(data, items, orderVars = "user", scales = "fixed")
```

Expand All @@ -183,6 +208,7 @@ items <- c(
"FE|Buildings|Liquids",
"FE|Buildings|Solids",
NULL)
showAreaAndBarPlots(data, items, orderVars = "user", scales = "fixed")
```

Expand All @@ -195,6 +221,7 @@ items <- c(
"FE|Transport|Gases",
"FE|Transport|Liquids",
NULL)
showAreaAndBarPlots(data, items, orderVars = "user", scales = "fixed")
```

Expand All @@ -207,8 +234,8 @@ items <- c(
"FE|CDR|Hydrogen",
"FE|CDR|Gases",
"FE|CDR|Liquids",
NULL
)
NULL)
showAreaAndBarPlots(data, items, orderVars = "user", scales = "fixed")
```

Expand Down

0 comments on commit f5d4ac6

Please sign in to comment.