Learn R Programming

catenary (version 1.1.2)

f: Returns catenary value for given x

Description

Takes catenary parameters and x and return y.

Usage

f(x, c1, c2, lambda)

Arguments

x

x value

c1
c2
lambda

Value

y value

Examples

Run this code
# NOT RUN {
f(0,1,2,3)
# }

Run the code above in your browser using DataLab