Takes observed points and fits catenary and parabola
fittedCatenary(x, y, R = 1000)
values of x coordinates of observed values
values of y coordinates of observed values
number of iterations in bootstrap for function envelopes
an instance of fittedCatenary
class
# NOT RUN {
x <- runif(100,0,4)
y <- f(x,c1=1,c2=2,lambda=3) + rnorm(100,sd=0.1)
tmp <- fittedCatenary(x,y)
# }
Run the code above in your browser using DataLab