Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the code lines listed below was used to create this graph?
ggplot(data = df.choc, aes(x = co_location, y = rating)) + geom_box()
ggplot(data = df.choc, aes(x = co_location, y = rating)) + geom_boxplot()
ggplot(data = df.choc, aes(x = co_location, y = rating)) + geom_boxwhisker(fill = co_location)
ggplot(data = df.choc, aes(x = co_location, y = rating, fill = co_location)) + geom_boxwhisker()
ggplot(data = df.choc, aes(x = co_location, y = rating, fill = co_location)) + geom_boxplot()
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!