4.14 Aesthetic Attributes: Exercise (2)
- Load the data on twitter influence with
data <- read_csv(sprintf("https://docs.google.com/uc?id=%s&export=download", "1dLSTUJ5KA-BmAdS-CHmmxzqDFm2xVfv6"))
ordata <- read_csv("www/data/data_twitter_influence.csv")
. - Inspect the dataset with
str()
. - Please rebuilt Figure 4.4 below.
- Hint: You might need to create a factor variable with
factor()
- Hint: You might need to create a factor variable with

Figure 4.4: Aesthetic Attributes 2
- Pick three different variables (or more) and map them to different aesthetics. Can you find anything interesting?