minmaxLength: Given two endpoints gives max and min length of catenary...

Description Usage Arguments Value Note Author(s) Examples

Description

Takes data frame giving endpoints and return min length and max length before hits the ground

Usage

1
minmaxLength(endpoints)

Arguments

endpoints

dataframe with x and y column

Value

vector of min and max length

Note

February 11 2013

Author(s)

Jono Tuke <simon.tuke@adelaide.edu.au>

Examples

1
2
3
4
x <- c(-1,1)
y <- c(2,2)
endpoints <- data.frame(x=x,y=y)
minmaxLength(endpoints)

jonotuke/catenary documentation built on May 19, 2019, 8:36 p.m.