September 2018
Beginner to intermediate
140 pages
2h 52m
English
In this section, we want to visualize the humidity distribution for the city of Vancouver. We'll create a histogram for humidity data using qplot and ggplot.
Let's begin by implementing the following steps:

ggplot(df_hum,aes(x=Vancouver))
Read now
Unlock full access