#使用ggplot函数绘制散点图ggplot(data, aes(x = x, y = y)) + geom_point() + stat_summary(fun.y = mean, geom = "point", shape = 23, size = 3, fill = "red") 1. 2. 3. 4. 总结 通过以上步骤,你应该已经学会了如何使用R语言中的stat_summary函数。记住不断练习,加深理解,你会变得...