Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在带有点的图中,我也有一些曲线。我使用该curve函数来获得指数函数:
curve
curve (fishA$parameterB * (x ^ fishA$parameterAlpha), from = 50, to = 80, n = 100, add = TRUE)
曲线不平滑。我该如何改进它?也许平滑不是正确的词,但曲线并不好。
您没有提供参数值,因此我无法重现您的输出。我的猜测是你需要在曲线函数调用中增加 n 的值。
我有一些类似的问题。我只是使用 excel 来平滑数据并将平滑线添加到 R 中的数据帧中。无论如何,panel.tskernelm (额外的格子)可能会对您有所帮助。