Learn R Programming

GeodesiCL (version 1.0.0)

arch: 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 the seconds are rounded to. DEFAULT: 4

Value

value

Examples

Run this code
# NOT RUN {
# Test data
ROPE <- 50000

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

Run the code above in your browser using DataLab