arch: Rope reduction to elliptical arch.

Description Usage Arguments Value Examples

View source: R/arch.R

Description

With this function it is possible to perform a reduction from chord to elliptical bow.

Usage

1
arch(x, digits = 4)

Arguments

x

Rope

digits

Number of digits the seconds are rounded to. DEFAULT: 4

Value

value

Examples

1
2
3
4
5
# Test data
ROPE <- 50000

value <- arch(ROPE, digits = 4)
print(value)

GeodesiCL documentation built on May 25, 2021, 5:10 p.m.