arch: Rope reduction to elliptical arch.

View source: R/arch.R

archR Documentation

Rope reduction to elliptical arch.

Description

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

Usage

arch(x, digits = 4)

Arguments

x

Rope

digits

Number of digits are rounded to. DEFAULT: 4

Value

value

Examples


# Test data
ROPE <- 50000

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


diegoalarc/GeodesiCL documentation built on July 24, 2022, 9:14 p.m.