标签: r spline
x = 1:50; y = x + x^2 z = as.data.frame(spline(x,y))
我想在上述玩具样条插值中将x的值查找为特定值y。例如,x是y = 80。任何帮助表示赞赏。
x
y
y = 80