View source: R/prune_02-B_fence.R
prune_fence_slopes | R Documentation |
Compute the slopes used for fencing.
prune_fence_slopes(x, y, tol = .Machine$double.eps^0.5)
x |
Numeric vector. Must have finite values. |
y |
Numeric vector. Must have finite values. |
tol |
Number, tolerance when testing the ratios. |
The function compute the slopes and also applies several tests to the result. Problem with the data will always usually affect the ratio.
List with small_slope
and big_slope
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.