Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Dec 16, 2024
1 parent a509111 commit 8890706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ edu_v_life_exp_plot <- ggplot(xy_data, aes(x = x, y = y)) +
# ggsave("man/figures/edu_v_life_exp_plot.png", edu_v_life_exp_plot, width = 8, height = 6, units = "in", dpi = 300)
```

![Education vs Life Expectancy](figures/edu_v_life_exp_plot.png)
![Education vs Life Expectancy](man/figures/edu_v_life_exp_plot.png)

4. Add the bivariate data to the NUTS2 polygons and create a plot:

Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ edu_v_life_exp_plot <- ggplot(xy_data, aes(x = x, y = y)) +
# ggsave("man/figures/edu_v_life_exp_plot.png", edu_v_life_exp_plot, width = 8, height = 6, units = "in", dpi = 300)
```

![Education vs Life Expectancy](figures/edu_v_life_exp_plot.png)
![Education vs Life Expectancy](man/figures/edu_v_life_exp_plot.png)


4. Add the bivariate data to the NUTS2 polygons and create a plot:
Expand Down

0 comments on commit 8890706

Please sign in to comment.