angle: Auxiliary function to compute intersection angles

Description Usage Arguments Value Author(s) Examples

View source: R/angle.R

Description

Internal function that is used by FUNTA and rFUNTA.

Usage

1
angle(cut.slope, ref.slope, tick.dist)

Arguments

cut.slope

The slope of function x1.

ref.slope

The slope of function x2.

tick.dist

The length of the slopes.

Value

The intersection angle of x1 and x2.

Author(s)

A. Rehage

Examples

1
angle(1,2,0.1)

FUNTA documentation built on May 1, 2019, 7:29 p.m.