Graph the abline data from task 2. abline_plot <- ggplot(data = abline_data_2, aes(x, y)) + geom_abline(aes(intercept = x, ...
確定! 回上一頁