【发布时间】:2012-03-19 11:57:49
【问题描述】:
来自Plot vectors of different length with ggplot2,我有我的线条情节。
ggplot(plotData, aes(x, y, label=label, group=label)) + geom_line() + stat_smooth()
但这会平滑一条线。如何平滑所有数据点?
【问题讨论】:
-
我看到您在过去 24 小时内一直在问很多类似的问题。也许您可以从花更多时间学习 R 教程中受益,例如 sites.google.com/site/r4statistics/example-programs/… 和 egret.psychol.cam.ac.uk/statistics/R/graphs2.html。