September 2018
Beginner to intermediate
140 pages
2h 52m
English
In this section, we'll create a bubble chart showing the relationship between electricity consumption in different years for different countries. Let's begin by implementing the following steps:
Run the following code to create the bubble chart:
dfs <- subset(df,Country %in% c("Germany","India","China","United States","Japan")) ...Read now
Unlock full access