How do I get rid of geom_smooth continuous error code?

后端 未结 0 768
梦如初夏
梦如初夏 2020-11-29 09:07

Here is code:

ggplot(exchangeGBP) + aes(Date, `GBP/EUR`) + geom_line(color = "deepskyblue") +
 geom_smooth(method = "lm")

相关标签:
回答
  • 消灭零回复
提交回复
热议问题