Learn R Programming

catenary (version 1.1.2)

getCatLength: Calculates length of catenary

Description

Takes left and right endpoints and catenary parameters and gives length

Usage

getCatLength(x0, x1, c1, c2)

Arguments

x0

left endpoint

x1

right endpoint

c1

catenary parameter

c2

catenary parameter

Value

length of catenary

Examples

Run this code
# NOT RUN {
getCatLength(x0=-1,x1=1,c1=1,c2=2)
# }

Run the code above in your browser using DataLab