From the course: Creating Maps with R
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Challenge: Label a geobubble chart of Germany's biggest cities
From the course: Creating Maps with R
Challenge: Label a geobubble chart of Germany's biggest cities
(upbeat music) - [Instructor] For this challenge, I would like you to use {ggplot2} to create a geo bubble chart showing the five largest cities in Germany. I'd also like you to use the {ggrepel} package to label both the smallest and largest city. I'd like you to format the legend labels to read 3 million instead of 3 and 6 zeroes following. And I would also like you to set the capital city to gold and all other cities to purple.
Contents
-
-
-
-
-
-
Use geom_sf to visualize geo locations5m 53s
-
(Locked)
ggplot2 choropleth and continuous data6m 46s
-
(Locked)
ggplot2 choropleth and discrete data6m 14s
-
(Locked)
Label maps with ggrepel package5m 14s
-
(Locked)
Zoom into regions with coords_sf()3m 37s
-
(Locked)
Transform CRS with coord_sf()2m 25s
-
(Locked)
Challenge: Label a geobubble chart of Germany's biggest cities32s
-
(Locked)
Solution: Label a geobubble chart of Germany's biggest cities4m 45s
-
(Locked)
Challenge: Visualize state coastline length with choropleth33s
-
(Locked)
Solution: Visualize state coastline length with choropleth4m 11s
-
-
-
-