如何将ggplot2函数转换为简单的XY方程

时间:2018-09-19 22:09:24

标签: r ggplot2

我只是想在没有ggplot2的情况下执行lm ns这些功能。我该如何将其编码为简单的XY函数或通过ggplot2进行其他编码

stat_smooth(method = "lm", formula = y ~ ns(x,2), size = 1.5, se=T)

1 个答案:

答案 0 :(得分:0)

您可以将函数转换为公式,然后使用plotly对其进行绘制,如下所示:

"workspaces": {
  // ...
  "nohoist": [
    // ...
    "**/*webpack*" // <-
  ]
}