如何在 R 中绘制多个函数?
使用ggplot,有没有办法在同一个图上绘制多个函数的图形?我想使用文本文件中的参数作为函数的参数,并将它们叠加在同一个绘图上。
我理解 这一点,但我不知道如何将可视化函数添加在一起,如果我循环遍历。
Using ggplot, is there a way of graphing several functions on the same plot? I want to use parameters from a text file as arguments for my functions and overlay these on the same plot.
I understand this but I do not know how to add the visualized function together if I loop through.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是哈德利想法的实现。
Here is an implementation of Hadley's idea.