To make a linear regression line, we specify the method to use to be “lm”. penguins %>% ggplot(aes(body_mass_g, bill_length_mm))+ geom_point()+ ...
確定! 回上一頁