标签: r ggplot2
如何在不添加geom_line
ggplot(df, aes(x=c, y=d, colour=group)) + geom_point()+ geom_smooth( method=lm,se=FALSE, fullrange=TRUE)
谢谢