View the following FOUR lines of code.   library(tidyverse) # End of line 1 data <- data.frame(x = c(rnorm(100, 25, 3) , rnorm(100, 5, 3))) # End of line 2 ggplot(data, aes(x = x)) + geom_histogram(bins = 14) + # End of line 3 labs(x = "Avg. Daily Temperature", y = "Days with that temperature") # End of line 4   In which line of code is the Normal curve plotted?单项选择题

登录即可查看完整答案

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

类似问题

更多留学生实用工具

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