r:绘制线的弧长?

时间:2016-05-04 13:38:17

标签: r calculus

可以做曲线的弧长吗?

说我有

library("DiagTest3Grp", lib.loc="~/R/win-library/3.2")

data <- c(34,46,47,48,52,53,55,56,56,56,57,58,59,59,68)
bw <- BW.ref(data)
x0 <- seq(0, 100, .1) 
KS.cdfvec <- Vectorize(KernelSmoothing.cdf, vectorize.args = "c0")
x0.cdf <- KS.cdfvec(xx = data, c0 = x0, bw = bw)
plot(x0, x0.cdf, type = "l")

生成图表

enter image description here

我可以得出任何x给出的绘制线的弧长(比如弧长是从左边开始测量的),还是给出任意两个x?

0 个答案:

没有答案