Skip to content

Commit

Permalink
figure
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 13, 2023
1 parent 722aced commit a22d5ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ ntl_df |>
labs(x = NULL,
y = "NTL Luminosity",
title = "Ghana Admin Level 1: Annual Average Nighttime Lights") +
scale_x_continuous(labels = seq(2012, 2022, 4),
breaks = seq(2012, 2022, 4)) +
theme_minimal() +
theme(strip.text = element_text(face = "bold"))
```
Expand Down
Binary file modified man/figures/ntl_trends_gha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions readme_figures/figures_for_readme.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ if(F){
labs(x = NULL,
y = "NTL Luminosity",
title = "Ghana Admin Level 1: Annual Average Nighttime Lights") +
scale_x_continuous(labels = seq(2012, 2022, 4),
breaks = seq(2012, 2022, 4)) +
theme_minimal() +
theme(strip.text = element_text(face = "bold"))

Expand Down

0 comments on commit a22d5ff

Please sign in to comment.