【发布时间】:2021-07-05 09:50:12
【问题描述】:
为像这样的函数绘制简单曲线的替代方法是什么
eq = function(x){x*x}
在R中?
听起来很明显的问题,但我只能在stackoverflow上找到这些相关的问题,但都比较具体
- Plot line function in R
- Plotting functions on top of datapoints in R
- How can I plot a function in R with complex numbers?
- How to plot a simple piecewise linear function?
- Draw more than one function curves in the same plot
希望我没有写重复的问题。
【问题讨论】:
标签: r ggplot2 plot lattice r-faq