Skip to content
Snippets Groups Projects
Commit c5df5a66 authored by Ingram Jaccard's avatar Ingram Jaccard
Browse files

edit figures

parent ee97901d
No related branches found
No related tags found
No related merge requests found
analysis/figures/figure1.png

565 KiB

analysis/figures/figure2.png

77.5 KiB

No preview for this file type
analysis/figures/figure3.png

134 KiB

No preview for this file type
analysis/figures/figure4.png

209 KiB

No preview for this file type
analysis/figures/figure5.png

303 KiB

...@@ -520,6 +520,7 @@ a = (p1 + p2 + p3) + ...@@ -520,6 +520,7 @@ a = (p1 + p2 + p3) +
# strip.placement="outside") # strip.placement="outside")
ggsave(here("analysis", "figures", "figure2.pdf"), device=cairo_pdf) ggsave(here("analysis", "figures", "figure2.pdf"), device=cairo_pdf)
``` ```
```{r figure2, out.width="100%", fig.cap="**Figure 2: Final consumption category household expenditure shares (a) and environmental intensities (b and c) of European expenditure deciles.**"} ```{r figure2, out.width="100%", fig.cap="**Figure 2: Final consumption category household expenditure shares (a) and environmental intensities (b and c) of European expenditure deciles.**"}
...@@ -612,6 +613,7 @@ hm = pdat %>% filter(indicator_type == "Energy GJ per adult eq") %>% ...@@ -612,6 +613,7 @@ hm = pdat %>% filter(indicator_type == "Energy GJ per adult eq") %>%
summarise(value = sum(value)) summarise(value = sum(value))
ggsave(here("analysis", "figures", "figure3.pdf")) ggsave(here("analysis", "figures", "figure3.pdf"))
``` ```
```{r values-in-text3} ```{r values-in-text3}
...@@ -826,6 +828,7 @@ a = p1 + map + plot_annotation(tag_levels = 'a') + ...@@ -826,6 +828,7 @@ a = p1 + map + plot_annotation(tag_levels = 'a') +
legend.title = element_text(size=13)) legend.title = element_text(size=13))
ggsave(here("analysis", "figures", "figure4.pdf")) ggsave(here("analysis", "figures", "figure4.pdf"))
``` ```
```{r figure4, out.width="100%", fig.cap="**Figure 4: Energy savings if all deciles used the best technology available in 2015: by a) expenditure decile and b) country.**"} ```{r figure4, out.width="100%", fig.cap="**Figure 4: Energy savings if all deciles used the best technology available in 2015: by a) expenditure decile and b) country.**"}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment