vertex: Method to get vertex for catenary

Description Arguments Value Examples

Description

Gives vertex point

Arguments

object

a catenary object

Value

coordinates of vertex

Examples

1
2
cat <- catenary(c1=1,c2=1,lambda=1)
vertex(cat)

Example output

Attaching package: 'catenary'

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

    Summary

x y 
1 2 

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