powered by
Takes endpoints in data frame and length and returns parameters of catenary
fitCat(endpoints, L)
2x2 data frame with first column x second column is y
length
vector of parameters
# NOT RUN { x <- c(-1,1) y <- c(2,2) endpoints <- data.frame(x=x,y=y) L <- 3 fitCat(endpoints,L) # }
Run the code above in your browser using DataLab