f: Returns catenary value for given x

Description Usage Arguments Value Note Author(s) Examples

View source: R/f.R

Description

Takes catenary parameters and x and return y.

Usage

1
f(x, c1, c2, lambda)

Arguments

x

x value

c1

see catenary

c2

see catenary

lambda

see catenary

Value

y value

Note

February 02 2013

Author(s)

Jono Tuke, Matthew Roughan

Examples

1
f(0,1,2,3)

Example output

Attaching package: 'catenary'

The following object is masked from 'package:methods':

    show

[1] 6.762196

catenary documentation built on May 2, 2019, 10:51 a.m.