Description Usage Arguments Value Note Author(s) Examples
Takes endpoints in data frame and length and returns parameters of catenary
| 1 | fitNaturalCat(endpoints)
 | 
| endpoints | 2x2 data frame with first column x second column is y | 
vector of parameters
February 11 2013
Jono Tuke <simon.tuke@adelaide.edu.au>
| 1 2 3 4 | x <- c(-1,1)
y <- c(2,2)
endpoints <- data.frame(x=x,y=y)
fitNaturalCat(endpoints)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.