stat_smooth (geom="line", alpha=0.3, size=3, span=0.5) +

geom_line(stat="smooth",method = "loess", formula = y ~x,span=0.3,
size = 1.5,
#linetype ="dashed",
alpha = 0.5)+

相关文章:

  • 2021-06-17
  • 2021-12-26
  • 2021-04-10
  • 2021-06-03
  • 2021-09-22
  • 2022-12-23
猜你喜欢
  • 2021-11-03
  • 2021-12-15
  • 2021-12-26
  • 2022-12-23
  • 2021-04-13
  • 2021-08-06
相关资源
相似解决方案