Gladly loves figures, so he decides to make a figure showing meatball sales by season. His code is shown below:  d %>%                                           1   ggplot(mapping=aes(x=season,y=meatballs)) +   2   geom_violin() +                               3   geom_jitter(colour=season,alpha=0.4) +        4   theme_bw() +                                  5   scale_fill_brewer(palette="Set1") +           6   labs(title="Meatball sales by season", +      7        x = "Season", y="Meatballs sold")        8 Sadly, there are multiple errors in his code. Which of these lines does NOT contain an error? 单项选择题

A

Line 2

B

Line 4

C

Line 6

D

Line 7

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!