angle {FUNTA} | R Documentation |
Auxiliary function to compute intersection angles
Description
Internal function that is used by FUNTA
and rFUNTA
.
Usage
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
angle(1,2,0.1)
[Package FUNTA version 0.1.0 Index]